index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2024-04-15 06:50:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-15 06:50:17 +0200 |
commit | 7d9e9d8ba0bcba888ec46554f87dfc414c73f9c4 (patch) | |
tree | 8491b97659ff136e42c25fff45321e4068e226b6 /archinstall/__init__.py | |
parent | 1542f6c0276c9cc8d55f535b68fc31fa9e971d07 (diff) |
-rw-r--r-- | archinstall/__init__.py | 2 |
diff --git a/archinstall/__init__.py b/archinstall/__init__.py index 78798441..1c980390 100644 --- a/archinstall/__init__.py +++ b/archinstall/__init__.py @@ -42,7 +42,7 @@ if TYPE_CHECKING: _: Any -__version__ = "2.7.2" +__version__ = "2.8.0" storage['__version__'] = __version__ # add the custom _ as a builtin, it can now be used anywhere in the |