Skip to content

Commit

Permalink
2.0.0 (#1909)
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-jin committed Mar 20, 2024
1 parent cbffa8b commit 5549d89
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.0dev"
__version__ = "2.0.0"

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

0 comments on commit 5549d89

Please sign in to comment.