From 2b143913c17b1e9b6651328f7e02f38723a04393 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Tue, 7 Jan 2025 21:22:53 +0900 Subject: [PATCH] Bump to 2.4.1 This commit bumps the package version to 2.4.1 in preparation for the 2.4.1 release. Signed-off-by: Stephanos Ioannidis --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7baf8f9..b982c97 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ setup( name='windows-curses', - version='2.4.1a1', + version='2.4.1', description="Support for the standard curses module on Windows", long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown",