diff --git a/setup.py b/setup.py index a7520ed6..edcb2624 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup -VERSION = "2.2.5" +VERSION = "3.0.0" HERE = pathlib.Path(__file__).parent README = (HERE / "README.md").read_text()