Skip to content

Commit

Permalink
bump to 0.1.1 for legal reason
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Nov 7, 2012
1 parent 2b98f68 commit 32da20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uzmq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"""

version_info = (0, 1, 0)
version_info = (0, 1, 1)
__version__ = ".".join(map(str, version_info))

from uzmq.poll import ZMQPoll
Expand Down

0 comments on commit 32da20e

Please sign in to comment.