From ed6d6c8f06404489ba2301955c8e6f82f8f4f454 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Thu, 14 Mar 2013 13:44:24 +0100 Subject: release version 0.2.4 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 777ef6b..13f0992 100755 --- a/setup.py +++ b/setup.py @@ -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", -- cgit v1.2.3