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 f0bff54 commit 712d7dfCopy full SHA for 712d7df
openandroidinstaller/openandroidinstaller.py
@@ -56,7 +56,7 @@
56
from tooling import run_command
57
58
# VERSION number
59
-VERSION = "0.4.3-beta"
+VERSION = "0.4.4-beta"
60
61
# detect platform
62
PLATFORM = sys.platform
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "openandroidinstaller"
3
-version = "0.4.3-beta"
+version = "0.4.4-beta"
4
description = "Install lineage OS in a nice and easy way."
5
authors = ["Tobias Sterbak <[email protected]>"]
6
license = "GPLv3"
0 commit comments