We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ccaaef commit 0a64066Copy full SHA for 0a64066
pyproject.toml
@@ -75,7 +75,7 @@ Homepage = "https://github.com/DataDog/dd-trace-py"
75
"Source Code" = "https://github.com/DataDog/dd-trace-py/"
76
77
[tool.setuptools_scm]
78
-version_scheme = "release-branch-semver" # Must be "release-branch-semver" for now in main, see https://github.com/DataDog/dd-trace-py/issues/8801
+version_scheme = "guess-next-dev" # Must be "release-branch-semver" for now in main, see https://github.com/DataDog/dd-trace-py/issues/8801
79
write_to = "ddtrace/_version.py"
80
81
[tool.cython-lint]
0 commit comments