From 35532b1aab83ca8e7e9ba297e8a3a0eed688451a Mon Sep 17 00:00:00 2001 From: Patrick Arminio Date: Tue, 28 Mar 2023 09:36:29 +0100 Subject: [PATCH] Release: 3.1.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fdb6028..dc9f67c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ def read(*rnames): return open(os.path.join(os.path.dirname(__file__), *rnames)).read() -version = '3.1.1' +version = '3.1.3' tests_require = [ "pytest==7.1.2",