From 9c9348be0c2c4c26392e48c85aa5879c92e0bc17 Mon Sep 17 00:00:00 2001 From: Haifeng Jin Date: Wed, 2 Feb 2022 23:39:17 +0000 Subject: [PATCH] 1.0.17 --- autokeras/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autokeras/__init__.py b/autokeras/__init__.py index bb1480b8e..75e3ff6b9 100644 --- a/autokeras/__init__.py +++ b/autokeras/__init__.py @@ -65,7 +65,7 @@ from autokeras.utils.utils import check_kt_version from autokeras.utils.utils import check_tf_version -__version__ = "master" +__version__ = "1.0.17" check_tf_version() check_kt_version()