Skip to content

Commit 9acb54b

Browse files
Version 1.0.0; doc update
1 parent e9d44c1 commit 9acb54b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Tokenizer is derived from a corresponding module in the `Greynir project <https:
2222
(GitHub repository `here <https://github.com/vthorsteinsson/Reynir>`_), by the same author.
2323
Note that Tokenizer is licensed under the MIT license while Greynir is licensed under GPLv3.
2424

25+
You might also find the
26+
`Reynir natural language parser for Icelandic <https://github.com/vthorsteinsson/ReynirPackage>`_
27+
interesting.
28+
2529
To install::
2630

2731
pip install tokenizer

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def read(*names, **kwargs):
2727

2828
setup(
2929
name='tokenizer',
30-
version='0.1.14',
30+
version='1.0.0',
3131
license='MIT',
3232
description='A tokenizer for Icelandic text',
3333
long_description='%s\n%s' % (
@@ -44,7 +44,7 @@ def read(*names, **kwargs):
4444
zip_safe=True,
4545
classifiers=[
4646
# complete classifier list: http://pypi.python.org/pypi?%3Aaction=list_classifiers
47-
'Development Status :: 4 - Beta',
47+
'Development Status :: 5 - Production/Stable',
4848
'Intended Audience :: Developers',
4949
'License :: OSI Approved :: MIT License',
5050
'Operating System :: Unix',

0 commit comments

Comments
 (0)