From 1010533c625ef3f244d8f39bf387b7a0cc066252 Mon Sep 17 00:00:00 2001 From: Diane Napolitano Date: Tue, 5 Nov 2024 16:00:18 -0500 Subject: [PATCH] Forgot version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b278dce..6373474 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ LONG_DESCRIPTION = f.read() # The full version, including alpha/beta/rc tags -RELEASE = "2.2.1" +RELEASE = "2.2.2" # The short X.Y version VERSION = ".".join(RELEASE.split(".")[:2])