From e47c036e1301eb6c495d419e97f970b19566a23a Mon Sep 17 00:00:00 2001 From: Edward Ma Date: Thu, 20 Aug 2020 22:55:35 -0700 Subject: [PATCH] release 0.0.17 --- docs/conf.py | 4 ++-- nlpaug/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 56b0ddd..493a9d9 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -74,9 +74,9 @@ def __getattr__(cls, name): # built documents. # # The short X.Y version. -version = '0.0.17dev' +version = '0.0.17' # The full version, including alpha/beta/rc tags. -release = '0.0.17dev' +release = '0.0.17' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/nlpaug/__init__.py b/nlpaug/__init__.py index 07d315c..b38c297 100755 --- a/nlpaug/__init__.py +++ b/nlpaug/__init__.py @@ -3,4 +3,4 @@ __all__ = ['base_augmenter'] -__version__ = '0.0.17dev' +__version__ = '0.0.17' diff --git a/setup.py b/setup.py index d0d88c3..9f4ad8c 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="nlpaug", - version="0.0.17dev", + version="0.0.17", author="Edward Ma", author_email="makcedward@gmail.com", url="https://github.com/makcedward/nlpaug",