release(version-bump): 5.5.1 → 5.5.2

This commit is contained in:
Andrii V 2025-05-15 16:33:17 +02:00
parent 5f55de1f84
commit 1686d23761
2 changed files with 2 additions and 2 deletions

View file

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