From 7ccc288b1478f73cd0a30734d6b8990084c80809 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Wed, 22 Jan 2025 19:03:33 +0100 Subject: [PATCH] Bumping to version 3.0.2 (#3137) --- PKGBUILD | 2 +- archinstall/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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