diff --git a/pyproject.toml b/pyproject.toml index ae57b25..f5b21d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ where = ["src"] copapy = ["obj/*.o", "py.typed"] [tool.setuptools_scm] -version_scheme = "post-release" +version_scheme = "no-guess-next" local_scheme = "no-local-version" tag_regex = "^v(?P\\d+\\.\\d+\\.\\d+(?:-beta)?)$" fallback_version = "0.0.0"