Bump version: 0.2.4 → 0.2.5

This commit is contained in:
2025-01-17 09:42:52 +01:00
parent 9493ed2e24
commit 430878b41f
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.2.4"
current_version = "0.2.5"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"