Bump version from 0.5.2 to 0.1.0 in configuration files

This commit is contained in:
2025-05-23 17:03:18 +02:00
parent 4614084e49
commit f510ea2810
3 changed files with 3 additions and 2 deletions

View File

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