diff --git a/setup.py b/setup.py index 845595a..d59f38d 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.0.2' +version = '3.0.3' tests_require = [ "pytest==7.1.2",