Commit 60df324d authored by Denis Bilenko's avatar Denis Bilenko

set version to 0.11.2

parent 2c68ad10
...@@ -4,8 +4,8 @@ gevent is a coroutine-based Python networking library that uses greenlet ...@@ -4,8 +4,8 @@ gevent is a coroutine-based Python networking library that uses greenlet
to provide a high-level synchronous API on top of libevent event loop. to provide a high-level synchronous API on top of libevent event loop.
""" """
version_info = (0, 11, 1) version_info = (0, 11, 2)
__version__ = '0.11.1' __version__ = '0.11.2'
__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