From 2b52ef3fc330c7366e564391bb56d99c6411dfb9 Mon Sep 17 00:00:00 2001 From: surcyf123 <114649324+surcyf123@users.noreply.github.com> Date: Thu, 14 Mar 2024 01:16:18 -0400 Subject: [PATCH] bump --- cortext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cortext/__init__.py b/cortext/__init__.py index 99d85b68..d8d9b839 100644 --- a/cortext/__init__.py +++ b/cortext/__init__.py @@ -19,7 +19,7 @@ # version must stay on line 22 -__version__ = "3.2.3" +__version__ = "3.2.4" version_split = __version__.split(".") __spec_version__ = ( (1000 * int(version_split[0]))