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 906c42e commit c86b122Copy full SHA for c86b122
ddtrace/__init__.py
@@ -4,7 +4,7 @@
4
from .tracer import Tracer
5
from .settings import Config
6
7
-__version__ = '0.11.1'
+__version__ = '0.12.0'
8
9
# a global tracer instance with integration settings
10
tracer = Tracer()
0 commit comments