chore: bump version 0.1.0 → 0.1.1

This commit is contained in:
2025-12-20 04:05:39 +01:00
parent 39acf8e1f2
commit 4966072f64
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.1.0"
current_version = "0.1.1"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"