-
Notifications
You must be signed in to change notification settings - Fork 6
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
1 parent
015fb73
commit 9113820
Showing
2 changed files
with
3 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.1.5.post1" | ||
__version__ = "0.1.6" |
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 |
---|---|---|
|
@@ -3,12 +3,12 @@ host = github | |
lib_name = fastxtend | ||
user = warner-benjamin | ||
description = Train fastai models faster (and other useful tools) | ||
keywords = fastai pytorch extensions | ||
keywords = fastai pytorch deep-learning | ||
author = Benjamin Warner | ||
author_email = [email protected] | ||
copyright = Benjamin Warner | ||
branch = main | ||
version = 0.1.5.post1 | ||
version = 0.1.6 | ||
min_python = 3.8 | ||
audience = Developers | ||
language = English | ||
|