diff options
author | Helmut Grohne <helmut@subdivi.de> | 2020-03-10 15:58:19 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2020-03-10 15:58:19 +0100 |
commit | 446a82789233b772a5d9d86efd49362fb061298e (patch) | |
tree | 234d967f95559227932eef3010241dfe2738a043 | |
parent | 5a2019e4fa33bbe6b62a4f5a8b2c551ceaa2473f (diff) | |
download | wsgitools-446a82789233b772a5d9d86efd49362fb061298e.tar.gz |
release version 0.3.1wsgitools-0.3.1
-rw-r--r-- | LICENSE | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ Applies to all files in this repository: -Copyright (C) 2007-2013 Helmut Grohne +Copyright (C) 2007-2020 Helmut Grohne This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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", |