We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f052e6a commit df3c16fCopy full SHA for df3c16f
openandroidinstaller/openandroidinstaller.py
@@ -49,7 +49,7 @@
49
)
50
51
# VERSION number
52
-VERSION = "0.5.5-beta"
+VERSION = "0.5.4-beta.1"
53
54
# detect platform
55
PLATFORM = sys.platform
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "openandroidinstaller"
3
-version = "0.5.5-beta"
+version = "0.5.4-beta.1"
4
description = "Install lineage OS in a nice and easy way."
5
authors = ["Tobias Sterbak <hello@openandroidinstaller.org>"]
6
license = "GPLv3"
0 commit comments