From 038f1e411f4c72b410d71ce961b6c1a9c36950ab Mon Sep 17 00:00:00 2001 From: Haibin Lin Date: Tue, 9 Jul 2019 11:33:46 -0700 Subject: [PATCH] Update version --- README.rst | 2 +- src/gluonnlp/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 5e7033fd55..3b4a96e343 100644 --- a/README.rst +++ b/README.rst @@ -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: diff --git a/src/gluonnlp/__init__.py b/src/gluonnlp/__init__.py index bc3022a748..4542d10808 100644 --- a/src/gluonnlp/__init__.py +++ b/src/gluonnlp/__init__.py @@ -31,7 +31,7 @@ from . import initializer from .vocab import Vocab -__version__ = '0.7.0.dev' +__version__ = '0.7.0' __all__ = ['data', 'model',