Skip to content

Commit 1620a79

Browse files
committed
Bump version to 0.8.0
1 parent d032edb commit 1620a79

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
@@ -167,8 +167,8 @@ def main(args=()):
167167
main(sys.argv[1:])
168168

169169
__title__ = 'wordsegment'
170-
__version__ = '0.7.3'
171-
__build__ = 0x000703
170+
__version__ = '0.8.0'
171+
__build__ = 0x000800
172172
__author__ = 'Grant Jenks'
173173
__license__ = 'Apache 2.0'
174174
__copyright__ = 'Copyright 2016 Grant Jenks'

0 commit comments

Comments
 (0)