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