Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
richarddwang committed Aug 17, 2020
1 parent d0e9608 commit a570d19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# hugdatafast
The elegant integration of huggingface/nlp and fastai2, and some handy data transformation for huggingface/nlp.

🎓 ** Documentation ** : https://hugdatafast.readthedocs.io/en/latest/

# Install
`pip install hugdatafast`

Expand Down
2 changes: 1 addition & 1 deletion hugdatafast/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.3.1"
__version__ = "0.4.0"
from .fastai import *
from .transform import *

0 comments on commit a570d19

Please sign in to comment.