Bump version: v1.4.4

This commit is contained in:
Valentin Niess
2025-05-24 21:18:17 +02:00
parent 0376d42eca
commit a072354789
2 changed files with 2 additions and 2 deletions

View File

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

View File

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