Skip to content

Commit 5549d89

Browse files
authored
2.0.0 (#1909)
1 parent cbffa8b commit 5549d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autokeras/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
from autokeras.utils.io_utils import image_dataset_from_directory
5252
from autokeras.utils.io_utils import text_dataset_from_directory
5353

54-
__version__ = "2.0.0dev"
54+
__version__ = "2.0.0"
5555

5656
CUSTOM_OBJECTS = {
5757
"BertPreprocessor": keras_nlp.models.BertPreprocessor,

0 commit comments

Comments
 (0)