Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekkrthakur committed Oct 16, 2024
1 parent 71d5394 commit 0d22573
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ exclude =
.git,
.venv,
__pycache__,
dist
dist
build
2 changes: 1 addition & 1 deletion src/autotrain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
warnings.filterwarnings("ignore", category=UserWarning, module="huggingface_hub")

logger = Logger().get_logger()
__version__ = "0.8.25.dev0"
__version__ = "0.8.25"


def is_colab():
Expand Down

0 comments on commit 0d22573

Please sign in to comment.