File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 99
1010setup (
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" ,
You can’t perform that action at this time.
0 commit comments