From 55560168df780f3ce698dc76f4312c0f81492647 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Tue, 24 Jan 2023 22:06:36 -0800 Subject: [PATCH] Release 2.2.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2f74bf34..1edee6db 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup -VERSION = "2.2.2" +VERSION = "2.2.3" HERE = pathlib.Path(__file__).parent README = (HERE / "README.md").read_text()