diff options
author | Chris McDonough <chrism@plope.com> | 2012-01-03 06:55:50 -0500 |
---|---|---|
committer | Chris McDonough <chrism@plope.com> | 2012-01-03 06:55:50 -0500 |
commit | 4e0ba3445624254d1926d37557103aace57c8bd4 (patch) | |
tree | 787e6a327eb35da132f1c231b5fdce7836c5147f /setup.py | |
parent | 1bcdeaec9fb60ba41053fcf9253d2a340af95310 (diff) | |
download | waitress-0.5.tar.gz |
prep for 0.50.5
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ except IOError: setup( name='waitress', - version='0.4', + version='0.5', author='Zope Foundation and Contributors', author_email='zope-dev@zope.org', maintainer="Chris McDonough", |