index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2024-03-07 12:27:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-07 12:27:26 +0100 |
commit | 74476de1f111147d1739d8f1798167c1adf3a4fc (patch) | |
tree | d448c4993d2c42e652944e03c342c0eb7ccbbf06 /archinstall | |
parent | 8e25f2e9926e5da2532fd0d52cdac1722b6d766d (diff) |
-rw-r--r-- | archinstall/__init__.py | 2 |
diff --git a/archinstall/__init__.py b/archinstall/__init__.py index 2625df67..efb73710 100644 --- a/archinstall/__init__.py +++ b/archinstall/__init__.py @@ -42,7 +42,7 @@ if TYPE_CHECKING: _: Any -__version__ = "2.7.1" +__version__ = "2.7.2" storage['__version__'] = __version__ # add the custom _ as a builtin, it can now be used anywhere in the |