diff --git a/pyproject.toml b/pyproject.toml index 5c4ae09..a703010 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,6 +40,8 @@ include-package-data = true [tool.setuptools_scm] write_to = "policyengine_us_data/_version.py" +version_scheme = "no-guess-dev" +local_scheme = "no-local-version" [tool.pytest.ini_options] addopts = "-v"