From 52d7c7bd9e3076d4077d112dbf94211f9e51538c Mon Sep 17 00:00:00 2001 From: Kevin Bache Date: Mon, 8 Apr 2019 16:27:05 -0700 Subject: [PATCH] incremented app version (#1107) --- sdk/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',