diff options
author | Helmut Grohne <helmut@subdivi.de> | 2009-07-04 00:38:57 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2009-07-04 00:38:57 +0200 |
commit | a45b51110ee066132c207e22b57f026977b6b113 (patch) | |
tree | 98cc349116244472193dda75bbe0cda99a856760 | |
parent | bf7be067d4e0dc799367bf1195b414efd363e38d (diff) | |
download | wsgitools-0.2.tar.gz |
change version to 0.2wsgitools-0.2
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |