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