Skip to content

Commit 5d6203b

Browse files
committed
Bump version to 1.3.1
1 parent b7466b3 commit 5d6203b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wordsegment/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,12 +223,12 @@ def main(arguments=()):
223223
__all__ = [
224224
'Segmenter',
225225
'load', 'isegment', 'segment',
226-
'UNIGRAMS', 'BIGRAMS',
226+
'UNIGRAMS', 'BIGRAMS', 'WORDS',
227227
'main'
228228
]
229229
__title__ = 'wordsegment'
230-
__version__ = '1.3.0'
231-
__build__ = 0x010300
230+
__version__ = '1.3.1'
231+
__build__ = 0x010301
232232
__author__ = 'Grant Jenks'
233233
__license__ = 'Apache 2.0'
234234
__copyright__ = 'Copyright 2018 Grant Jenks'

0 commit comments

Comments
 (0)