Skip to content

Commit 2fd156d

Browse files
committed
Bump app version
1 parent e3291c9 commit 2fd156d

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
@@ -59,7 +59,7 @@
5959
logger.add("openandroidinstaller.log")
6060

6161
# VERSION number
62-
VERSION = "0.4.2-beta"
62+
VERSION = "0.4.3-beta"
6363

6464
# detect platform
6565
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.2-beta"
3+
version = "0.4.3-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)