diff --git a/pyproject.toml b/pyproject.toml index bb3e115..42b7775 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "comicvineapi" -version = "0.1.0" +version = "0.0.0" description = "Add your description here" readme = "README.md" authors = [ @@ -26,7 +26,7 @@ omit = ["main.py", "test.py", "test/*", "__init__.py"] [tool.bumpversion] -current_version = "0.1.0" +current_version = "0.0.0" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}"