Skip to content

Commit cfef18f

Browse files
committed
Bump version
1 parent ceea990 commit cfef18f

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
@@ -53,7 +53,7 @@
5353
logger.add("openandroidinstaller.log")
5454

5555
# VERSION number
56-
VERSION = "0.3.4-alpha"
56+
VERSION = "0.3.5-alpha"
5757

5858
# detect platform
5959
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.3.4-alpha"
3+
version = "0.3.5-alpha"
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)