Skip to content

Commit

Permalink
bump to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekkrthakur committed May 24, 2024
1 parent abd2888 commit f88fc1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/autotrain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
warnings.filterwarnings("ignore", category=UserWarning, module="huggingface_hub")

logger = Logger().get_logger()
__version__ = "0.7.109"

__version__ = "0.7.110.dev0"

g
def is_colab():
try:
import google.colab
Expand Down

0 comments on commit f88fc1c

Please sign in to comment.