summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2009-07-04 00:38:57 +0200
committerHelmut Grohne <helmut@subdivi.de>2009-07-04 00:38:57 +0200
commita45b51110ee066132c207e22b57f026977b6b113 (patch)
tree98cc349116244472193dda75bbe0cda99a856760 /setup.py
parentbf7be067d4e0dc799367bf1195b414efd363e38d (diff)
downloadwsgitools-a45b51110ee066132c207e22b57f026977b6b113.tar.gz
change version to 0.2wsgitools-0.2
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 0501d46..1b3e4af 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name="wsgitools",
- version="0.1",
+ version="0.2",
description="a set of tools working with WSGI (see PEP 333)",
author="Helmut Grohne",
author_email="helmut@subdivi.de",