Skip to content

Commit b742853

Browse files
committed
Bump version to v0.5.5-beta
1 parent df3c16f commit b742853

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.4-beta.1"
52+
VERSION = "0.5.5-beta"
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.4-beta.1"
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)