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