diff --git a/setup.py b/setup.py index dc9f67c..a0d56bd 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.3' +version = '3.1.4' tests_require = [ "pytest==7.1.2",