chore: bump version 0.1.6 → 0.1.7
Some checks failed
CI/CD Awesome Pipeline / Test (push) Successful in 5m54s
CI/CD Awesome Pipeline / Build & Push to Registry (push) Failing after 1m9s

This commit is contained in:
2026-01-01 05:04:37 +01:00
parent 504d0162bb
commit 01a00a12af
2 changed files with 2 additions and 2 deletions

View File

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