We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b779b1 commit b8f9302Copy full SHA for b8f9302
2 files changed
openandroidinstaller/openandroidinstaller.py
@@ -50,7 +50,7 @@
50
)
51
52
# VERSION number
53
-VERSION = "0.5.4-beta"
+VERSION = "0.5.5-beta"
54
55
# detect platform
56
PLATFORM = sys.platform
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "openandroidinstaller"
3
-version = "0.5.4-beta"
+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