Skip to content

Commit 20e7986

Browse files
committed
Bump version to 1.0.2
1 parent bf40b8a commit 20e7986

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

wordsegment/__init__.py

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,15 @@ def main(arguments=()):
209209
main(sys.argv[1:])
210210

211211

212-
__all__ = ['Segmenter', 'segment', 'isegment', 'load', 'main']
212+
__all__ = [
213+
'Segmenter',
214+
'load', 'isegment', 'segment',
215+
'unigrams', 'bigrams',
216+
'main'
217+
]
213218
__title__ = 'wordsegment'
214-
__version__ = '1.0.0'
215-
__build__ = 0x010000
219+
__version__ = '1.0.2'
220+
__build__ = 0x010002
216221
__author__ = 'Grant Jenks'
217222
__license__ = 'Apache 2.0'
218223
__copyright__ = 'Copyright 2017 Grant Jenks'

0 commit comments

Comments
 (0)