index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Daniel Girtler <blackrabbit256@gmail.com> | 2023-05-07 16:38:29 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-07 08:38:29 +0200 |
commit | eb23b2d7c991829fc1b4c3aa16fc6a6290aef3e0 (patch) | |
tree | ddc9096f010522090e58f207246694204cedd5d7 /archinstall | |
parent | 235c1190b003b8f69ff344d6e2ac31f4bd1d0ba2 (diff) |
-rw-r--r-- | archinstall/__init__.py | 2 |
diff --git a/archinstall/__init__.py b/archinstall/__init__.py index 29b70b7a..6f67d20f 100644 --- a/archinstall/__init__.py +++ b/archinstall/__init__.py @@ -30,7 +30,7 @@ from .lib.configuration import * parser = ArgumentParser() -__version__ = "2.5.4" +__version__ = "2.5.6" storage['__version__'] = __version__ # add the custome _ as a builtin, it can now be used anywhere in the |