1 Commits
dev ... master

Author SHA1 Message Date
Valentin Niess
984f77af08 Bump version: v1.4.5 2025-07-02 12:49:59 +02:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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