Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-haibin-lin committed Jul 9, 2019
1 parent 6233e6e commit 038f1e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ In particular, if you want to install the most recent ``MXNet`` release:

::

pip install --upgrade mxnet>=1.4.0
pip install --upgrade mxnet>=1.4.1

Else, if you want to install the most recent ``MXNet`` nightly build:

Expand Down
2 changes: 1 addition & 1 deletion src/gluonnlp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from . import initializer
from .vocab import Vocab

__version__ = '0.7.0.dev'
__version__ = '0.7.0'

__all__ = ['data',
'model',
Expand Down

0 comments on commit 038f1e4

Please sign in to comment.