summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-08-29 11:57:13 -0400
committerChris McDonough <chrism@plope.com>2013-08-29 11:57:13 -0400
commitc957f1d70ab82ba15ce0dce8fca7cf70fe2f2b97 (patch)
tree32786c6ab8365c693dd03c4105e20bb4784c8e25 /setup.py
parent0932500f532dc83503a99c22d964220d7fba2731 (diff)
downloadwaitress-c957f1d70ab82ba15ce0dce8fca7cf70fe2f2b97.tar.gz
prep for 0.8.70.8.7
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 474fd3c..f28271a 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ if sys.version_info[:2] == (2, 6):
setup(
name='waitress',
- version='0.8.6',
+ version='0.8.7',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
maintainer="Chris McDonough",