From 5ed76b8640c8756a7f9fe965ed28ffcf7516ba65 Mon Sep 17 00:00:00 2001 From: Ze Mao Date: Tue, 3 Dec 2024 15:33:20 -0800 Subject: [PATCH] Upgrade kfp-pipeline-spec version to 0.6.0 --- api/v2alpha1/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v2alpha1/python/setup.py b/api/v2alpha1/python/setup.py index dccd702d231..12f3cacd588 100644 --- a/api/v2alpha1/python/setup.py +++ b/api/v2alpha1/python/setup.py @@ -15,7 +15,7 @@ import setuptools NAME = 'kfp-pipeline-spec' -VERSION = '0.5.0' +VERSION = '0.6.0' setuptools.setup( name=NAME,