Skip to content

Commit 7267cd2

Browse files
authored
2.1.0dev (#1911)
1 parent 346df97 commit 7267cd2

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.0"
54+
__version__ = "2.1.0dev"
5555

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

0 commit comments

Comments
 (0)