We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d39547 commit eaf6526Copy full SHA for eaf6526
libs/core/pyproject.toml
@@ -49,6 +49,7 @@ version_scheme = "python-simplified-semver"
49
local_scheme = "no-local-version"
50
tag_regex = "^core-v(?P<version>[^\\+]+)(?P<suffix>.*)?$"
51
search_parent_directories = true
52
+fallback_version = "0.1.0.dev0"
53
54
[tool.pytest.ini_options]
55
testpaths = ["tests/"]
libs/public_health/pyproject.toml
@@ -50,6 +50,7 @@ version_scheme = "python-simplified-semver"
tag_regex = "^public-health-v(?P<version>[^\\+]+)(?P<suffix>.*)?$"
56
0 commit comments