summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-01-03 06:55:50 -0500
committerChris McDonough <chrism@plope.com>2012-01-03 06:55:50 -0500
commit4e0ba3445624254d1926d37557103aace57c8bd4 (patch)
tree787e6a327eb35da132f1c231b5fdce7836c5147f /setup.py
parent1bcdeaec9fb60ba41053fcf9253d2a340af95310 (diff)
downloadwaitress-0.5.tar.gz
prep for 0.50.5
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 351fbd2..061e67e 100644
--- a/setup.py
+++ b/setup.py
@@ -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",