Skip to content

Commit

Permalink
2.1.0dev (#1911)
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-jin committed Mar 20, 2024
1 parent 346df97 commit 7267cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autokeras/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.0"
__version__ = "2.1.0dev"

CUSTOM_OBJECTS = {
"BertPreprocessor": keras_nlp.models.BertPreprocessor,
Expand Down

0 comments on commit 7267cd2

Please sign in to comment.