diff options
author | Helmut Grohne <helmut@subdivi.de> | 2010-05-29 00:45:59 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2010-05-29 00:45:59 +0200 |
commit | a4ed31012e689394ce309f01948a68ca101199be (patch) | |
tree | 353bc77a8ca7008c33feea2d408b4db8c2cf3c69 | |
parent | 724d0dce6e2ac5e2054f4c524d9d5e177106f11b (diff) | |
download | wsgitools-0.2.1.tar.gz |
release 0.2.1 for security fixwsgitools-0.2.1
-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.2", + version="0.2.1", description="a set of tools working with WSGI (see PEP 333)", author="Helmut Grohne", author_email="helmut@subdivi.de", |