From 5ddc4fe725d65ac3708b4ab5f62ff4193f5e1a4a Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Fri, 27 Oct 2023 02:19:17 +0900 Subject: [PATCH] Bump to 2.3.2a1 This commit bumps the package version to 2.3.2a1 in preparation for the 2.3.2 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 2016b72..9cd21fc 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ setup( name='windows-curses', - version='2.3.2', + version='2.3.2a1', description="Support for the standard curses module on Windows", long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown",