Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/__init__.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2022-04-27 23:39:48 +0200
committerAnton Hvornum <anton@hvornum.se>2022-04-27 23:39:48 +0200
commit21da87df5e3f2db24b2a37cae0b8298b4f6b44fa (patch)
treee215ef9b72a3209cecc1934d9ccd11aea105ba5b /archinstall/__init__.py
parenta63e8ae7f99ac41673536cfcf8fcc5c4d724a2ee (diff)
Version bump to v2.4.1 (due to pypi.org having a yanked 2.4.0)
Diffstat (limited to 'archinstall/__init__.py')
-rw-r--r--archinstall/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/__init__.py b/archinstall/__init__.py
index d207f4dc..c20a09c7 100644
--- a/archinstall/__init__.py
+++ b/archinstall/__init__.py
@@ -47,7 +47,7 @@ from .lib.plugins import plugins, load_plugin # This initiates the plugin loadin
from .lib.configuration import *
parser = ArgumentParser()
-__version__ = "2.4.0.RC2"
+__version__ = "2.4.1"
storage['__version__'] = __version__
# add the custome _ as a builtin, it can now be used anywhere in the