Skip to content

Commit

Permalink
chore: bump kfp-pipeline-spec version to 0.1.14 (#7463)
Browse files Browse the repository at this point in the history
  • Loading branch information
chensun authored Mar 24, 2022
1 parent 9f41370 commit 5c168e6
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.1.13"
VERSION = "0.1.14"

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.5.3",
python_requires=">=3.7.0",
install_requires=["protobuf>=3.13.0,<4"],
include_package_data=True,
license="Apache 2.0",
Expand Down

0 comments on commit 5c168e6

Please sign in to comment.