index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-15 14:04:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-15 14:04:55 +0000 |
commit | e5b0468384ba70398b91c5418399b0118ece0bc5 (patch) | |
tree | 9ca3b3a636aa009470ce1efaaf7c96ccf1906707 /archinstall | |
parent | 509784b3e5d4edf33a4004b083eb7deee98fc9ca (diff) | |
parent | 7f3e12b50f8818bc07beeab9371f7b039916dca3 (diff) |
-rw-r--r-- | archinstall/__init__.py | 2 |
diff --git a/archinstall/__init__.py b/archinstall/__init__.py index 0a6e63fd..bc58af54 100644 --- a/archinstall/__init__.py +++ b/archinstall/__init__.py @@ -15,7 +15,7 @@ from .lib.output import * from .lib.storage import * from .lib.hardware import * -__version__ = "2.1.3" +__version__ = "2.2.0" ## Basic version of arg.parse() supporting: ## --key=value |