diff --git a/pyproject.toml b/pyproject.toml index ed32eed..bb8c8a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ requires = ["hatchling"] build-backend = "hatchling.build" [tool.bumpversion] -current_version = "0.0.0" +current_version = "0.0.1" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}"