Skip to content

Commit 738d247

Browse files
committed
Bump version to 1.1.6
1 parent cf8d7fe commit 738d247

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wordsegment/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ def main(arguments=()):
217217
'main'
218218
]
219219
__title__ = 'wordsegment'
220-
__version__ = '1.1.5'
221-
__build__ = 0x010105
220+
__version__ = '1.1.6'
221+
__build__ = 0x010106
222222
__author__ = 'Grant Jenks'
223223
__license__ = 'Apache 2.0'
224224
__copyright__ = 'Copyright 2017 Grant Jenks'

0 commit comments

Comments
 (0)