Skip to content

Commit

Permalink
Update version for release (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
majorgreys committed Dec 10, 2018
1 parent 23fb12b commit 9e49744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddtrace/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .tracer import Tracer
from .settings import config

__version__ = '0.17.1'
__version__ = '0.18.0'

# a global tracer instance with integration settings
tracer = Tracer()
Expand Down

0 comments on commit 9e49744

Please sign in to comment.