Skip to content

Commit b8f9302

Browse files
committed
prepare for release v0.5.5-beta
1 parent 0b779b1 commit b8f9302

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openandroidinstaller/openandroidinstaller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
)
5151

5252
# VERSION number
53-
VERSION = "0.5.4-beta"
53+
VERSION = "0.5.5-beta"
5454

5555
# detect platform
5656
PLATFORM = sys.platform

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openandroidinstaller"
3-
version = "0.5.4-beta"
3+
version = "0.5.5-beta"
44
description = "Install lineage OS in a nice and easy way."
55
authors = ["Tobias Sterbak <[email protected]>"]
66
license = "GPLv3"

0 commit comments

Comments
 (0)