We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee4c72b commit 18518d6Copy full SHA for 18518d6
1 file changed
ddtrace/__init__.py
@@ -4,7 +4,7 @@
4
from .tracer import Tracer
5
from .settings import config
6
7
-__version__ = '0.19.0'
+__version__ = '0.20.0'
8
9
# a global tracer instance with integration settings
10
tracer = Tracer()
0 commit comments