Bump version: 0.2.14 → 0.2.15

This commit is contained in:
2025-01-21 13:54:01 +01:00
parent 3f8124c925
commit 3ba1693674
3 changed files with 3 additions and 3 deletions

View File

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