diff --git a/README b/README index 18094ae..3b73486 100644 --- a/README +++ b/README @@ -13,12 +13,11 @@ https://lists.secondlife.com/cgi-bin/mailman/listinfo/eventletdev == requirements === Eventlet runs on Python version 2.3 or greater, with the following dependenceis: -* [http://cheeseshop.python.org/pypi/greenlet +* http://cheeseshop.python.org/pypi/greenlet * (if running python versions < 2.4) collections.py from the 2.4 distribution or later == limitations == -* Sorely lacking in documentation * Not enough test coverage -- the goal is 100%, but we are not there yet. * Eventlet does not currently run on stackless using tasklets, though it is a goal to do so in the future. diff --git a/setup.py b/setup.py index bd3f020..0d6d54a 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import find_packages, setup setup( name='eventlet', - version='0.5', + version='0.6pre', description='Coroutine-based networking library', author='Linden Lab', author_email='eventletdev@lists.secondlife.com',