Skip to content

Commit 712d7df

Browse files
committed
Bump version to 0.4.4
1 parent f0bff54 commit 712d7df

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.4.3-beta"
59+
VERSION = "0.4.4-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.3-beta"
3+
version = "0.4.4-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)