Skip to content

Commit

Permalink
chore(api): release kfp-pipeline-spec 0.5.0 (#11378)
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Sun <[email protected]>
  • Loading branch information
chensun authored Nov 14, 2024
1 parent 1ea240e commit af0cd06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/v2alpha1/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import setuptools

NAME = 'kfp-pipeline-spec'
VERSION = '0.4.0'
VERSION = '0.5.0'

setuptools.setup(
name=NAME,
Expand All @@ -25,7 +25,7 @@
author_email='[email protected]',
url='https://github.com/kubeflow/pipelines',
packages=setuptools.find_namespace_packages(include=['kfp.*']),
python_requires='>=3.9.0,<3.13.0',
python_requires='>=3.9.0',
install_requires=['protobuf>=4.21.1,<5'],
include_package_data=True,
license='Apache 2.0',
Expand Down

0 comments on commit af0cd06

Please sign in to comment.