From cd08f9afc86a8bb147f44112c6252aaca2b1fd95 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 0f4a1ccf053..d53dc0f7ddd 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