Skip to content

Commit df3c16f

Browse files
committed
Bump version to v0.5.4-beta.1
1 parent f052e6a commit df3c16f

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
@@ -49,7 +49,7 @@
4949
)
5050

5151
# VERSION number
52-
VERSION = "0.5.5-beta"
52+
VERSION = "0.5.4-beta.1"
5353

5454
# detect platform
5555
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.5-beta"
3+
version = "0.5.4-beta.1"
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)