Skip to content

Commit f8de681

Browse files
committed
Bump version to 1.2.0
1 parent 887c187 commit f8de681

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ References
173173
WordSegment License
174174
-------------------
175175

176-
Copyright 2017 Grant Jenks
176+
Copyright 2018 Grant Jenks
177177

178178
Licensed under the Apache License, Version 2.0 (the "License");
179179
you may not use this file except in compliance with the License.

wordsegment/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ def main(arguments=()):
218218
'main'
219219
]
220220
__title__ = 'wordsegment'
221-
__version__ = '1.1.6'
222-
__build__ = 0x010106
221+
__version__ = '1.2.0'
222+
__build__ = 0x010200
223223
__author__ = 'Grant Jenks'
224224
__license__ = 'Apache 2.0'
225-
__copyright__ = 'Copyright 2017 Grant Jenks'
225+
__copyright__ = 'Copyright 2018 Grant Jenks'

0 commit comments

Comments
 (0)