summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2011-12-06 11:00:23 +0100
committerHelmut Grohne <helmut@subdivi.de>2011-12-06 11:00:23 +0100
commita62abee18b11c6bfe637657bf481e866474bb44a (patch)
tree171859709ab3dbf7442d68dd606cc2c5b02307bf
parentad3207bac4a50d47df54905b6784556c2d28d940 (diff)
downloadwsgitools-a62abee18b11c6bfe637657bf481e866474bb44a.tar.gz
bumped version to 0.2.3wsgitools-0.2.3
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index cb1b1a5..777ef6b 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name="wsgitools",
- version="0.2.1",
+ version="0.2.3",
description="a set of tools working with WSGI (see PEP 333)",
author="Helmut Grohne",
author_email="helmut@subdivi.de",