From fb793068a0d05009130877edc47517b1c1984433 Mon Sep 17 00:00:00 2001 From: Haifeng Jin <5476582+haifeng-jin@users.noreply.github.com> Date: Wed, 31 Aug 2022 09:43:58 -0700 Subject: [PATCH] 1.0.20 (#1767) --- autokeras/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autokeras/__init__.py b/autokeras/__init__.py index 2ef73985a..0f5350746 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__ = "1.0.20dev" +__version__ = "1.0.20" check_tf_version() check_kt_version()