From 5549d89469cdb2558962212f81d300bdfe3ee974 Mon Sep 17 00:00:00 2001 From: Haifeng Jin <5476582+haifeng-jin@users.noreply.github.com> Date: Wed, 20 Mar 2024 20:50:23 +0000 Subject: [PATCH] 2.0.0 (#1909) --- autokeras/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autokeras/__init__.py b/autokeras/__init__.py index 581eaa306..fd4f5949b 100644 --- a/autokeras/__init__.py +++ b/autokeras/__init__.py @@ -51,7 +51,7 @@ from autokeras.utils.io_utils import image_dataset_from_directory from autokeras.utils.io_utils import text_dataset_from_directory -__version__ = "2.0.0dev" +__version__ = "2.0.0" CUSTOM_OBJECTS = { "BertPreprocessor": keras_nlp.models.BertPreprocessor,