Commit 39e69f2c authored by Denis Bilenko's avatar Denis Bilenko

set version to 0.9.1

parent 73869055
...@@ -14,8 +14,8 @@ except ImportError: ...@@ -14,8 +14,8 @@ except ImportError:
getcurrent = greenlet.getcurrent getcurrent = greenlet.getcurrent
GreenletExit = greenlet.GreenletExit GreenletExit = greenlet.GreenletExit
version_info = (0, 9, 0) version_info = (0, 9, 1)
__version__ = '0.9.0' __version__ = '0.9.1'
__all__ = ['Greenlet', __all__ = ['Greenlet',
'getcurrent', 'getcurrent',
......
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