From 3382938649045c938f10c20c6d7bba37c31f5c1e Mon Sep 17 00:00:00 2001 From: donovan Date: Mon, 13 Oct 2008 10:38:50 -0700 Subject: [PATCH] 0.8 is out, on to 0.9pre --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c3d48a7..be4e774 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import find_packages, setup setup( name='eventlet', - version='0.8', + version='0.9pre', description='Coroutine-based networking library', author='Linden Lab', author_email='eventletdev@lists.secondlife.com',