From a265a17cf6e0eff9e7930be3863c75f57b4d8658 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Thu, 9 May 2024 21:54:40 +0900 Subject: [PATCH] Bump to 2.3.3 This commit bumps the package version to 2.3.3. Signed-off-by: Stephanos Ioannidis --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4ecd4ee..9f29add 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ setup( name='windows-curses', - version='2.3.3a1', + version='2.3.3', description="Support for the standard curses module on Windows", long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown",