summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-05-24 20:46:26 -0400
committerChris McDonough <chrism@plope.com>2013-05-24 20:46:26 -0400
commit059291734c6977b28411570d07ae29bc7efc1215 (patch)
treea35cd432ffba0c40593b5d48806b0a899a4035d7 /setup.py
parent76f1795e3fc757aecc46ac4da5a9d551c64b6f52 (diff)
downloadwaitress-059291734c6977b28411570d07ae29bc7efc1215.tar.gz
prep for 0.8.40.8.4
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 8090696..9e15cd3 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ if sys.version_info[:2] == (2, 6):
setup(
name='waitress',
- version='0.8.3',
+ version='0.8.4',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
maintainer="Chris McDonough",