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 548d46a commit 7782a53Copy full SHA for 7782a53
pyproject.toml
@@ -11,9 +11,9 @@ build-backend = "setuptools.build_meta"
11
[project]
12
name = "ddtrace"
13
# DEV: to directly override the version specifier, comment this...
14
-dynamic = ["version"]
+#dynamic = ["version"]
15
# ...and uncomment this
16
-#version = "4.0.0.dev0"
+version = "4.1.0dev"
17
description = "Datadog APM client library"
18
readme = "README.md"
19
license = { text = "LICENSE.BSD3" }
0 commit comments