Skip to content

Commit 3cdc3b2

Browse files
committed
Bump version to 1.3.0
1 parent c530bdf commit 3cdc3b2

File tree

2 files changed

+178700
-2
lines changed

2 files changed

+178700
-2
lines changed

wordsegment/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ def main(arguments=()):
227227
'main'
228228
]
229229
__title__ = 'wordsegment'
230-
__version__ = '1.2.0'
231-
__build__ = 0x010200
230+
__version__ = '1.3.0'
231+
__build__ = 0x010300
232232
__author__ = 'Grant Jenks'
233233
__license__ = 'Apache 2.0'
234234
__copyright__ = 'Copyright 2018 Grant Jenks'

0 commit comments

Comments
 (0)