We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ba53a commit 8088e82Copy full SHA for 8088e82
autokeras/__init__.py
@@ -65,7 +65,7 @@
65
from autokeras.utils.utils import check_kt_version
66
from autokeras.utils.utils import check_tf_version
67
68
-__version__ = "master"
+__version__ = "1.0.17rc0"
69
70
check_tf_version()
71
check_kt_version()
0 commit comments