diff --git a/setup.py b/setup.py index 25f340d..b166432 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import find_packages, setup setup( name='eventlet', - version='0.2', + version='0.5', description='Coroutine-based networking library', author='Linden Lab', author_email='eventletdev@lists.secondlife.com',