summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-02-13 11:21:51 -0500
committerChris McDonough <chrism@plope.com>2012-02-13 11:21:51 -0500
commit258fc1e1375216be77f40cebc6d21221a47d2dc2 (patch)
treebfcb58f82dd4c2123c394d1f8e880ac5ea65c084 /setup.py
parent63ad061db50517d2e03b5d7b62343e586e50fa53 (diff)
downloadwaitress-258fc1e1375216be77f40cebc6d21221a47d2dc2.tar.gz
prep for 0.8.1
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 2da8fe9..233e42e 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ except IOError:
setup(
name='waitress',
- version='0.8',
+ version='0.8.1',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
maintainer="Chris McDonough",