From cace7d7fb6b0df4cb9f089566a108b3da0f57f4d Mon Sep 17 00:00:00 2001 From: Haifeng Jin Date: Wed, 20 Oct 2021 06:36:12 +0000 Subject: [PATCH] 1.0.17rc1 --- autokeras/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autokeras/__init__.py b/autokeras/__init__.py index bb1480b8e..326c6fc43 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__ = "v1.0.17rc1" check_tf_version() check_kt_version()