Bump version: v1.4.5

This commit is contained in:
Valentin Niess
2025-07-02 12:49:59 +02:00
parent 573b4742d2
commit 984f77af08
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ include = ["python_appimage*"]
version = {attr = "python_appimage.__version__"}
[tool.bumpversion]
current_version = "1.4.4"
current_version = "1.4.5"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"

View File

@@ -1 +1 @@
version = '1.4.4'
version = '1.4.5'