From 856e6c430df1c9ae672ac5f9815f887619fe23a4 Mon Sep 17 00:00:00 2001 From: Johnu George Date: Sun, 28 Apr 2024 17:50:29 +0530 Subject: [PATCH] Update sdk to v1.8.0rc0 --- 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 262ad80488..fbbb37898c 100644 --- a/sdk/python/setup.py +++ b/sdk/python/setup.py @@ -33,7 +33,7 @@ setuptools.setup( name="kubeflow-training", - version="1.7.0", + version="1.8.0rc0", author="Kubeflow Authors", author_email="hejinchi@cn.ibm.com", license="Apache License Version 2.0",