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.
2 parents 51b1015 + 72782a5 commit 15e34d3Copy full SHA for 15e34d3
2 files changed
anaconda_opentelemetry/__version__.py
@@ -4,6 +4,6 @@
4
5
# __version__.py
6
7
-# DO NOT Change the __SDK_VERSION__ line!!! MUST be "0.0.0.devbuild"!!
+# DO NOT edit manually — updated by the update-sdk-version GitHub Actions workflow.
8
__SDK_VERSION__ = "1.1.0"
9
__TELEMETRY_SCHEMA_VERSION__ = "0.4.0"
pyproject.toml
@@ -27,6 +27,9 @@ dependencies = [
27
28
requires-python = ">=3.9"
29
30
+[tool.setuptools.dynamic]
31
+version = {attr = "anaconda_opentelemetry.__version__.__SDK_VERSION__"}
32
+
33
[tool.setuptools.packages.find]
34
include = ["anaconda_opentelemetry"]
35
0 commit comments