Skip to content

Commit

Permalink
update sdk versions (#2100)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoning777 authored Sep 13, 2019
1 parent 22eb915 commit 06aeb0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/gcp/container/component_sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from setuptools import setup

PACKAGE_NAME = 'kfp-component'
VERSION = '0.1.27'
VERSION = '0.1.30'

setup(
name=PACKAGE_NAME,
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from setuptools import setup

NAME = 'kfp'
VERSION = '0.1.27'
VERSION = '0.1.30'

REQUIRES = [
'urllib3>=1.15,<1.25', #Fixing the version conflict with the "requests" package
Expand Down

0 comments on commit 06aeb0a

Please sign in to comment.