From df6c8bc96335ab65f0926a0c2cb07c476f920aad Mon Sep 17 00:00:00 2001 From: Alexey Volkov Date: Tue, 17 Dec 2019 12:13:58 -0800 Subject: [PATCH] SDK - Bump version to 0.1.38 (#2734) --- sdk/python/kfp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/kfp/__init__.py b/sdk/python/kfp/__init__.py index 0f4a1ccf0533..d53dc0f7ddd2 100644 --- a/sdk/python/kfp/__init__.py +++ b/sdk/python/kfp/__init__.py @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '0.1.37' +__version__ = '0.1.38' from . import components from . import containers