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 020fa2f commit 7f46f98Copy full SHA for 7f46f98
src/autotrain/__init__.py
@@ -45,7 +45,7 @@
45
warnings.filterwarnings("ignore", category=UserWarning, module="huggingface_hub")
46
47
logger = Logger().get_logger()
48
-__version__ = "0.8.29"
+__version__ = "0.8.30.dev0"
49
50
51
def is_colab():
0 commit comments