diff --git a/sdk/python/setup.py b/sdk/python/setup.py index c8753d45c46..9dc7ec597fc 100644 --- a/sdk/python/setup.py +++ b/sdk/python/setup.py @@ -17,7 +17,7 @@ NAME = 'kfp' -VERSION = '0.1' +VERSION = '0.1.16' REQUIRES = ['urllib3 >= 1.15', 'six >= 1.10', 'certifi', 'python-dateutil', 'PyYAML', 'google-cloud-storage == 1.13.0', 'kubernetes == 8.0.0', 'PyJWT==1.6.4',