We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be73a9a commit 9eb32c7Copy full SHA for 9eb32c7
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
[tool.setuptools_scm]
6
# this is used populated when creating a git archive
7
# and when there is .git dir and/or there is no git installed
8
-fallback_version = "9999.$Format:%h-%cs$"
+fallback_version = "1.0.0"
9
10
[tool.pytest.ini_options]
11
norecursedirs = [
0 commit comments