From f1590a060908d8f34f047d57b614fe15f2e6d86f Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Sat, 10 Jun 2023 08:10:01 -0700 Subject: [PATCH] Update setup.py to 2.2.5 (#638) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()