Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jettify committed Dec 25, 2018
1 parent 337d339 commit 7b41c5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CHANGES
=======

0.5.0 (YYYY-MM-DD)
0.5.0 (2018-12-25)
------------------
* More strict typing configuration is used #147
* Fixed bunch of typos in code and docs #151 #153 (thanks @deejay1)
Expand Down
2 changes: 1 addition & 1 deletion aiozipkin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from .tracer import Tracer, create, create_custom


__version__ = '0.4.1a1'
__version__ = '0.5.0'
__all__ = (
'Tracer',
'Sampler',
Expand Down

0 comments on commit 7b41c5f

Please sign in to comment.