release(version-bump): 5.9.0 → 5.9.1

This commit is contained in:
Andrii Verbytskyi 2025-11-06 16:34:18 +00:00
parent 25449b04a0
commit 6d04c50919
2 changed files with 2 additions and 2 deletions

View file

@ -117,7 +117,7 @@ line-ending = "auto"
[tool.bumpversion]
current_version = "5.9.0"
current_version = "5.9.1"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"