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