diff --git a/setup.py b/setup.py index 3cfaad77..2a3b2e34 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup -VERSION = "1.0.0" +VERSION = "1.1.0" HERE = pathlib.Path(__file__).parent README = (HERE / "README.md").read_text()