summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-01-02 18:46:54 -0500
committerChris McDonough <chrism@plope.com>2012-01-02 18:46:54 -0500
commit3bf9c037480c1eae3904f61a1883b4810d8e15bc (patch)
tree739ebe7e90e2d4395003130f17d0a52d0e92c3c4 /setup.py
parent1becf02d0f0843e24fe3888891e7f9c8889264f0 (diff)
downloadwaitress-0.4.tar.gz
prep for 0.40.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 a690279..351fbd2 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ except IOError:
setup(
name='waitress',
- version='0.3',
+ version='0.4',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
maintainer="Chris McDonough",