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 ceea990 commit cfef18fCopy full SHA for cfef18f
openandroidinstaller/openandroidinstaller.py
@@ -53,7 +53,7 @@
53
logger.add("openandroidinstaller.log")
54
55
# VERSION number
56
-VERSION = "0.3.4-alpha"
+VERSION = "0.3.5-alpha"
57
58
# detect platform
59
PLATFORM = sys.platform
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "openandroidinstaller"
3
-version = "0.3.4-alpha"
+version = "0.3.5-alpha"
4
description = "Install lineage OS in a nice and easy way."
5
authors = ["Tobias Sterbak <[email protected]>"]
6
license = "GPLv3"
0 commit comments