Skip to content

Commit 984f77a

Browse files
committed
Bump version: v1.4.5
1 parent 573b474 commit 984f77a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ include = ["python_appimage*"]
4242
version = {attr = "python_appimage.__version__"}
4343

4444
[tool.bumpversion]
45-
current_version = "1.4.4"
45+
current_version = "1.4.5"
4646
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
4747
serialize = ["{major}.{minor}.{patch}"]
4848
search = "{current_version}"

python_appimage/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '1.4.4'
1+
version = '1.4.5'

0 commit comments

Comments
 (0)