Skip to content

Commit 508f843

Browse files
committed
Bump version to 0.4.1-beta
1 parent a77958f commit 508f843

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
@@ -57,7 +57,7 @@
5757
logger.add("openandroidinstaller.log")
5858

5959
# VERSION number
60-
VERSION = "0.4.0-beta"
60+
VERSION = "0.4.1-beta"
6161

6262
# detect platform
6363
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.0-beta"
3+
version = "0.4.1-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)