summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2020-03-10 15:58:19 +0100
committerHelmut Grohne <helmut@subdivi.de>2020-03-10 15:58:19 +0100
commit446a82789233b772a5d9d86efd49362fb061298e (patch)
tree234d967f95559227932eef3010241dfe2738a043 /setup.py
parent5a2019e4fa33bbe6b62a4f5a8b2c551ceaa2473f (diff)
downloadwsgitools-446a82789233b772a5d9d86efd49362fb061298e.tar.gz
release version 0.3.1wsgitools-0.3.1
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8e9c761..949f24c 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name="wsgitools",
- version="0.3",
+ version="0.3.1",
description="a set of tools working with WSGI (see PEP 333)",
author="Helmut Grohne",
author_email="helmut@subdivi.de",