Skip to content

Commit

Permalink
v0.0.11 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
omercnet authored May 15, 2018
1 parent 02b266e commit 4e1304f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion honeycomb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from __future__ import unicode_literals, absolute_import

version = (0, 0, 10)
version = (0, 0, 11)

__version__ = ".".join(str(x) for x in version)

Expand Down

0 comments on commit 4e1304f

Please sign in to comment.