From f186851c069d32cafd1a7edee8c24546b90adcbc Mon Sep 17 00:00:00 2001 From: Chen Sun Date: Mon, 9 Sep 2024 16:20:50 +0000 Subject: [PATCH] Release kfp-pipeline-spec 0.4.0 Signed-off-by: Chen Sun --- 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 a6a98656cfa..14be4897d94 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.3.0' +VERSION = '0.4.0' setuptools.setup( name=NAME,