diff --git a/pyproject.toml b/pyproject.toml index eddb67f..8d979bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "workflowbumptester" -version = "0.1.29" +version = "1.0.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.13" @@ -10,7 +10,7 @@ dependencies = [ ] [tool.bumpversion] -current_version = "0.1.29" +current_version = "1.0.0" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}"