From 4f00805c0ebeb3a22a0d935b3b4b0cfa5c12d630 Mon Sep 17 00:00:00 2001 From: Antonio Linares Sancho <132582167+LinaresToine@users.noreply.github.com> Date: Wed, 2 Oct 2024 01:01:14 -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 dca33f28f..444a1d30b 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.pre2' +__version__ = '3.2.5' __all__ = []