Skip to content

Commit 6f85f90

Browse files
committed
Bump version to 0.7.3
1 parent aafc5ae commit 6f85f90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wordsegment.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ def main(args=()):
145145
main(sys.argv[1:])
146146

147147
__title__ = 'wordsegment'
148-
__version__ = '0.7.2'
149-
__build__ = 0x000702
148+
__version__ = '0.7.3'
149+
__build__ = 0x000703
150150
__author__ = 'Grant Jenks'
151151
__license__ = 'Apache 2.0'
152152
__copyright__ = 'Copyright 2016 Grant Jenks'

0 commit comments

Comments
 (0)