From f81afe7ae2f127f4f5aec65ba23e3c45c36fd0d8 Mon Sep 17 00:00:00 2001 From: Saeed Rasooli Date: Thu, 8 Feb 2024 12:08:35 +0330 Subject: [PATCH] version 3.2.2 --- scal3/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scal3/core.py b/scal3/core.py index 69835faa4..c62f20f83 100644 --- a/scal3/core.py +++ b/scal3/core.py @@ -54,7 +54,7 @@ __file__ = join(os.path.dirname(inspect.getfile(scal3)), "core.py") -VERSION = "3.2.1" +VERSION = "3.2.2" # BRANCH = join(sourceDir, "branch") # FIXME: figure out a policy for updating it