summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authordonovan <donovan@bigass.local>2008-07-07 13:17:39 -0700
committerdonovan <donovan@bigass.local>2008-07-07 13:17:39 -0700
commitcd1b86488ea27bed98deb9832ca53f54b986eb42 (patch)
treebb69cf4f0f4288700b93683296726570d02173a4 /setup.py
parentb0e4872d1221d673b37b0d5e4e2c1258c97fe92a (diff)
downloadeventlet-cd1b86488ea27bed98deb9832ca53f54b986eb42.tar.gz
Add a NEWS file and an example of using the wsgi server along with a link to Spawning; Set version number to 0.6.1 for a release.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 971084c..0bf1313 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ from setuptools import find_packages, setup
setup(
name='eventlet',
- version='0.7pre',
+ version='0.6.1',
description='Coroutine-based networking library',
author='Linden Lab',
author_email='eventletdev@lists.secondlife.com',