Commit 81b1b99f authored by Denis Bilenko's avatar Denis Bilenko

set version to 0.13.2

parent a29b0e4f
...@@ -6,8 +6,8 @@ to provide a high-level synchronous API on top of libevent event loop. ...@@ -6,8 +6,8 @@ to provide a high-level synchronous API on top of libevent event loop.
See http://www.gevent.org/ for the documentation. See http://www.gevent.org/ for the documentation.
""" """
version_info = (0, 13, 1) version_info = (0, 13, 2)
__version__ = '0.13.1dev' __version__ = '0.13.2dev'
__all__ = ['Greenlet', __all__ = ['Greenlet',
'GreenletExit', 'GreenletExit',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment