We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573b474 commit 984f77aCopy full SHA for 984f77a
pyproject.toml
@@ -42,7 +42,7 @@ include = ["python_appimage*"]
42
version = {attr = "python_appimage.__version__"}
43
44
[tool.bumpversion]
45
-current_version = "1.4.4"
+current_version = "1.4.5"
46
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
47
serialize = ["{major}.{minor}.{patch}"]
48
search = "{current_version}"
python_appimage/version.py
@@ -1 +1 @@
1
-version = '1.4.4'
+version = '1.4.5'
0 commit comments