From ddada31bc665c3a009c7728a49427fdde48c7082 Mon Sep 17 00:00:00 2001 From: Andrey Velichkevich Date: Tue, 10 Sep 2024 13:14:18 +0100 Subject: [PATCH] Bump Training Python SDK to 1.8.1 version Signed-off-by: Andrey Velichkevich --- sdk/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/setup.py b/sdk/python/setup.py index ed01d14fb1..14295d72de 100644 --- a/sdk/python/setup.py +++ b/sdk/python/setup.py @@ -33,7 +33,7 @@ setuptools.setup( name="kubeflow-training", - version="1.8.0", + version="1.8.1", author="Kubeflow Authors", author_email="hejinchi@cn.ibm.com", license="Apache License Version 2.0",