Bump version: 0.0.0 → 0.0.1

This commit is contained in:
Gitea CI
2025-10-13 13:19:30 +00:00
parent e713803b2e
commit 25237a1812

View File

@@ -16,7 +16,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.bumpversion]
current_version = "0.0.0"
current_version = "0.0.1"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"