diff --git a/PKGBUILD b/PKGBUILD index 9e6476c8..ddbeff8d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,8 +5,8 @@ # Contributor: demostanis worlds pkgname=archinstall -pkgver=3.0.7 -pkgrel=3 +pkgver=3.0.8 +pkgrel=1 pkgdesc="Just another guided/automated Arch Linux installer with a twist" arch=(any) url="https://github.com/archlinux/archinstall" diff --git a/pyproject.toml b/pyproject.toml index 4ad0c19e..057c2f16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "archinstall" -version = "3.0.7" +version = "3.0.8" description = "Arch Linux installer - guided, templates etc." authors = [ {name = "Anton Hvornum", email = "anton@hvornum.se"},