We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77958f commit 508f843Copy full SHA for 508f843
openandroidinstaller/openandroidinstaller.py
@@ -57,7 +57,7 @@
57
logger.add("openandroidinstaller.log")
58
59
# VERSION number
60
-VERSION = "0.4.0-beta"
+VERSION = "0.4.1-beta"
61
62
# detect platform
63
PLATFORM = sys.platform
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "openandroidinstaller"
3
-version = "0.4.0-beta"
+version = "0.4.1-beta"
4
description = "Install lineage OS in a nice and easy way."
5
authors = ["Tobias Sterbak <[email protected]>"]
6
license = "GPLv3"
0 commit comments