-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
setuptools.setup( | ||
name="decathlonian", | ||
version="1.1.0", | ||
version="1.1.1", | ||
author="Décathlon Canada", | ||
author_email="[email protected]", | ||
description="A package to easily train powerful image classification models using colab's free TPUs.", | ||
|
@@ -16,6 +16,9 @@ | |
in Google colab notebooks. You can find the full documentation | ||
[here](https://decathlonian-doc.herokuapp.com/) | ||
## Version 1.1.1 | ||
Fix typo in split_train | ||
## Version 1.1.0 | ||
Remove google scraping | ||
|