Skip to content

Commit c64c29e

Browse files
authored
Merge pull request #256 from theochem/fix_version2
Fix dynamic version
2 parents 384f41f + 90537a1 commit c64c29e

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
@@ -80,5 +80,5 @@ addopts = "-v"
8080

8181
[tool.setuptools_scm]
8282
write_to = "src/grid/_version.py"
83-
version_scheme = "guess-next-dev"
83+
# version_scheme = "guess-next-dev"
8484
local_scheme = "node-and-timestamp"

0 commit comments

Comments
 (0)