From 464c387e72dae2fb65816a7985b66ea61e448201 Mon Sep 17 00:00:00 2001 From: Antonio Linares Sancho <132582167+LinaresToine@users.noreply.github.com> Date: Tue, 25 Jun 2024 11:28:23 -0500 Subject: [PATCH] Update __init__.py --- src/python/T0/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/T0/__init__.py b/src/python/T0/__init__.py index b6a83fed3..761777fc0 100644 --- a/src/python/T0/__init__.py +++ b/src/python/T0/__init__.py @@ -4,5 +4,5 @@ Core libraries for Workload Management Packages """ -__version__ = '3.2.2' +__version__ = '3.2.3.pre1' __all__ = []