summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index daf0179..46fc652 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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
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",