Skip to content

Commit 5e3a952

Browse files
committed
Prepare 0.5.2
1 parent fe5644f commit 5e3a952

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
@@ -56,7 +56,7 @@
5656
from tooling import run_command
5757

5858
# VERSION number
59-
VERSION = "0.5.1-beta"
59+
VERSION = "0.5.2-beta"
6060

6161
# detect platform
6262
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.4.5-beta"
3+
version = "0.5.2-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)