diff --git a/PKGBUILD b/PKGBUILD index ba89cbab..44939516 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: demostanis worlds pkgname=archinstall -pkgver=3.0.1 +pkgver=3.0.2 pkgrel=1 pkgdesc="Just another guided/automated Arch Linux installer with a twist" arch=(any) diff --git a/archinstall/__init__.py b/archinstall/__init__.py index 90692f12..38a2b325 100644 --- a/archinstall/__init__.py +++ b/archinstall/__init__.py @@ -41,7 +41,7 @@ if TYPE_CHECKING: _: Callable[[str], DeferredTranslation] -__version__ = "3.0.1" +__version__ = "3.0.2" storage['__version__'] = __version__ # add the custom _ as a builtin, it can now be used anywhere in the