Skip to content

Commit 21da87d

Browse files
committed
Version bump to v2.4.1 (due to pypi.org having a yanked 2.4.0)
1 parent a63e8ae commit 21da87d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archinstall/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
from .lib.configuration import *
4848
parser = ArgumentParser()
4949

50-
__version__ = "2.4.0.RC2"
50+
__version__ = "2.4.1"
5151
storage['__version__'] = __version__
5252

5353
# add the custome _ as a builtin, it can now be used anywhere in the

0 commit comments

Comments
 (0)