Bump version: 0.2.6 → 0.2.7

This commit is contained in:
2025-01-21 09:17:20 +01:00
parent a0a6f63974
commit 2a688ffd8f
3 changed files with 3 additions and 3 deletions

View File

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