From 7b7c1a78e1bb0d88979d13e3325c453823453d15 Mon Sep 17 00:00:00 2001 From: Antonio Linares Sancho <132582167+LinaresToine@users.noreply.github.com> Date: Wed, 7 Aug 2024 11:29:20 -0700 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 3e2421be9..dca33f28f 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.4' +__version__ = '3.2.4.pre2' __all__ = []