diff --git a/setup.py b/setup.py index c6980877..be5844ba 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages BASE_DIR = Path(__file__).parent.resolve(strict=True) -VERSION = '1.1.2' +VERSION = '1.1.3' PACKAGES = [p for p in find_packages() if not p.startswith('tests')]