Skip to content

Commit b9bdf5f

Browse files
committed
Update fallback_version in pyproject.toml
Signed-off-by: Jono Yang <[email protected]>
1 parent 9009d6c commit b9bdf5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[tool.setuptools_scm]
66
# this is used populated when creating a git archive
77
# and when there is .git dir and/or there is no git installed
8-
fallback_version = "9999.$Format:%h-%cs$"
8+
fallback_version = "9999.dev$Format:%h-%cs$"
99

1010
[tool.pytest.ini_options]
1111
norecursedirs = [

0 commit comments

Comments
 (0)