summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-04-28 23:56:01 -0400
committerChris McDonough <chrism@plope.com>2013-04-28 23:56:01 -0400
commit5baf3d2f14f7543963e11948fb73cbea4f307172 (patch)
tree3f4acab7d6d76bd1dd96d1b1b1dd777f6042c71d /setup.py
parentf2e4ce90290030f36e12cd2f595d4a60d0f6ad55 (diff)
downloadwaitress-5baf3d2f14f7543963e11948fb73cbea4f307172.tar.gz
prep for 0.8.30.8.3
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 87dc09f..347e560 100644
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ testing_extras = [
setup(
name='waitress',
- version='0.8.2',
+ version='0.8.3',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
maintainer="Chris McDonough",