changed version number in setup.py from 0.9pre to 0.8.9

This commit is contained in:
Denis Bilenko
2009-03-01 17:38:32 +06:00
parent 4fca58ed26
commit 3fb9914eea

View File

@@ -6,7 +6,7 @@ from setuptools import find_packages, setup
setup( setup(
name='eventlet', name='eventlet',
version='0.9pre', version='0.8.9',
description='Coroutine-based networking library', description='Coroutine-based networking library',
author='Linden Lab', author='Linden Lab',
author_email='eventletdev@lists.secondlife.com', author_email='eventletdev@lists.secondlife.com',