summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorpje <pje@571e12c6-e1fa-0310-aee7-ff1267fa46bd>2010-10-05 02:04:36 +0000
committerpje <pje@571e12c6-e1fa-0310-aee7-ff1267fa46bd>2010-10-05 02:04:36 +0000
commit8a933141aaa3a3545bc1f9c71f977aed28836ac7 (patch)
tree375e7402885f1e1631ba2dfda504765d3cb09c7a /setup.py
parentf4c188a87b680e260b2658ee51ab31405064526d (diff)
downloadwsgiref-8a933141aaa3a3545bc1f9c71f977aed28836ac7.tar.gz
WSGI 1.0.1, version bump, and new test() function.
git-svn-id: svn://svn.eby-sarna.com/svnroot/wsgiref@2689 571e12c6-e1fa-0310-aee7-ff1267fa46bd
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 31e3864..96353c4 100755
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ from setuptools import setup, find_packages
# Metadata
PACKAGE_NAME = "wsgiref"
-PACKAGE_VERSION = "0.1.2"
+PACKAGE_VERSION = "0.2"
setup(
name=PACKAGE_NAME,