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 23fb12b commit 9e49744Copy full SHA for 9e49744
ddtrace/__init__.py
@@ -4,7 +4,7 @@
4
from .tracer import Tracer
5
from .settings import config
6
7
-__version__ = '0.17.1'
+__version__ = '0.18.0'
8
9
# a global tracer instance with integration settings
10
tracer = Tracer()
0 commit comments