Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekkrthakur committed Feb 14, 2024
1 parent c8aa933 commit efaa227
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
[
"src/autotrain/templates/index.html",
"src/autotrain/templates/error.html",
"src/autotrain/templates/duplicate.html",
],
),
],
Expand Down
2 changes: 1 addition & 1 deletion src/autotrain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
warnings.filterwarnings("ignore", category=UserWarning, module="tensorflow")


__version__ = "0.6.90.dev0"
__version__ = "0.6.91.dev0"

0 comments on commit efaa227

Please sign in to comment.