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

Commit 038f1e4

Browse files
Update version
1 parent 6233e6e commit 038f1e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ In particular, if you want to install the most recent ``MXNet`` release:
5353

5454
::
5555

56-
pip install --upgrade mxnet>=1.4.0
56+
pip install --upgrade mxnet>=1.4.1
5757

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

src/gluonnlp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from . import initializer
3232
from .vocab import Vocab
3333

34-
__version__ = '0.7.0.dev'
34+
__version__ = '0.7.0'
3535

3636
__all__ = ['data',
3737
'model',

0 commit comments

Comments
 (0)