From 4a201a470d6b3c6f11d06fdd092b16592c067134 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 18 Aug 2024 16:19:21 -0500 Subject: [PATCH] Release 11.2.4 (#628) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2d4282bc..63659cea 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ PROJECT_DIR = Path(__file__).parent.resolve() README_FILE = PROJECT_DIR / "README.md" -VERSION = "11.2.3" +VERSION = "11.2.4" with open("requirements.txt", encoding="utf-8") as file: # noqa: PTH123 requirements = file.read().splitlines()