diff options
author | Helmut Grohne <helmut@subdivi.de> | 2013-03-14 13:44:24 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2013-03-14 13:44:24 +0100 |
commit | ed6d6c8f06404489ba2301955c8e6f82f8f4f454 (patch) | |
tree | 99c23a73655537c909ae2f3805c1d34f13dd56a2 | |
parent | 928ded8d010b8591095f97b3e094cbefbad33e68 (diff) | |
download | wsgitools-a57b6c8085c633cc3465e42886f4cb236dfc0789.tar.gz |
release version 0.2.4wsgitools-0.2.4
-rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ from distutils.core import setup setup(name="wsgitools", - version="0.2.3", + version="0.2.4", description="a set of tools working with WSGI (see PEP 333)", author="Helmut Grohne", author_email="helmut@subdivi.de", @@ -12,7 +12,7 @@ setup(name="wsgitools", license="GPL", keywords=["wsgi", "pep333", "scgi"], classifiers=[ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Environment :: No Input/Output (Daemon)", "Environment :: Web Environment", "Intended Audience :: Developers", |