Skip to content

Commit f34e7cd

Browse files
committed
release 1.15
1 parent 7df41ca commit f34e7cd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ def __getattr__(cls, name):
7474
# built documents.
7575
#
7676
# The short X.Y version.
77-
version = '1.1.5dev'
77+
version = '1.1.5'
7878
# The full version, including alpha/beta/rc tags.
79-
release = '1.1.5dev'
79+
release = '1.1.5'
8080

8181
# The language for content autogenerated by Sphinx. Refer to documentation
8282
# for a list of supported languages.

nlpaug/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
__all__ = ['base_augmenter']
55

6-
__version__ = '1.1.5dev'
6+
__version__ = '1.1.5'
77
__description__ = 'Natural language processing augmentation library for deep neural networks.'
88
__url__ = 'https://github.com/makcedward/nlpaug'
99
__author__ = 'Edward Ma'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="nlpaug",
12-
version="1.1.5dev",
12+
version="1.1.5",
1313
author="Edward Ma",
1414
author_email="makcedward@gmail.com",
1515
url="https://github.com/makcedward/nlpaug",

0 commit comments

Comments
 (0)