summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-01-02 04:35:04 -0500
committerChris McDonough <chrism@plope.com>2012-01-02 04:35:04 -0500
commitf3ffb5d13e15235a49a159d8e727afe40a629c79 (patch)
tree5adf709c4768a4485d6002f24d3e597990e8259f /setup.py
parent0475bf347945223636c512c59dc370637be2d51c (diff)
downloadwaitress-0.3.tar.gz
prep for 0.30.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 1797e52..a690279 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ except IOError:
setup(
name='waitress',
- version='0.2',
+ version='0.3',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
maintainer="Chris McDonough",