Update the version number to 0.6pre

This commit is contained in:
donovan
2008-06-12 11:10:15 -07:00
parent 70df105cfc
commit ed5bc90261
2 changed files with 2 additions and 3 deletions

3
README
View File

@@ -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.

View File

@@ -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',