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