Skip to content

Commit

Permalink
release 0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
makcedward committed Aug 21, 2020
1 parent 45109de commit e47c036
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion nlpaug/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

__all__ = ['base_augmenter']

__version__ = '0.0.17dev'
__version__ = '0.0.17'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e47c036

Please sign in to comment.