From ed5bc90261917156912e3aed54736c7af7bb78c2 Mon Sep 17 00:00:00 2001 From: donovan Date: Thu, 12 Jun 2008 11:10:15 -0700 Subject: [PATCH] Update the version number to 0.6pre --- README | 3 +-- setup.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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',