We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887c187 commit f8de681Copy full SHA for f8de681
README.rst
@@ -173,7 +173,7 @@ References
173
WordSegment License
174
-------------------
175
176
-Copyright 2017 Grant Jenks
+Copyright 2018 Grant Jenks
177
178
Licensed under the Apache License, Version 2.0 (the "License");
179
you may not use this file except in compliance with the License.
wordsegment/__init__.py
@@ -218,8 +218,8 @@ def main(arguments=()):
218
'main'
219
]
220
__title__ = 'wordsegment'
221
-__version__ = '1.1.6'
222
-__build__ = 0x010106
+__version__ = '1.2.0'
+__build__ = 0x010200
223
__author__ = 'Grant Jenks'
224
__license__ = 'Apache 2.0'
225
-__copyright__ = 'Copyright 2017 Grant Jenks'
+__copyright__ = 'Copyright 2018 Grant Jenks'
0 commit comments