summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2014-05-16 17:48:59 -0400
committerChris McDonough <chrism@plope.com>2014-05-16 17:48:59 -0400
commit0def2776e16d5da801300fdc732dddf65ca1aca7 (patch)
tree65893d852831c93fd53245d556e16557d05a0cbe /setup.py
parentb795d573a5a9e6e39b46a6e82da367a6a5db8dbd (diff)
downloadwaitress-0def2776e16d5da801300fdc732dddf65ca1aca7.tar.gz
vb
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 a1ae508..e33d73a 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ if sys.version_info[:2] == (2, 6):
setup(
name='waitress',
- version='0.8.9',
+ version='0.8.10dev',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
maintainer="Chris McDonough",