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 e3291c9 commit 2fd156dCopy full SHA for 2fd156d
openandroidinstaller/openandroidinstaller.py
@@ -59,7 +59,7 @@
59
logger.add("openandroidinstaller.log")
60
61
# VERSION number
62
-VERSION = "0.4.2-beta"
+VERSION = "0.4.3-beta"
63
64
# detect platform
65
PLATFORM = sys.platform
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "openandroidinstaller"
3
-version = "0.4.2-beta"
+version = "0.4.3-beta"
4
description = "Install lineage OS in a nice and easy way."
5
authors = ["Tobias Sterbak <[email protected]>"]
6
license = "GPLv3"
0 commit comments