From bd8a17d9c6b550e2149a20ec15166fe85c574a3c Mon Sep 17 00:00:00 2001 From: Haifeng Jin <5476582+haifeng-jin@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:01:36 -0700 Subject: [PATCH] 1.4.4 (#955) --- keras_tuner/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keras_tuner/version.py b/keras_tuner/version.py index a6fc40055..64d902c6a 100644 --- a/keras_tuner/version.py +++ b/keras_tuner/version.py @@ -13,4 +13,4 @@ # limitations under the License. # Unique source of truth for the version number. -__version__ = "1.4.4.dev0" +__version__ = "1.4.4"