Skip to content

Commit 7d519ca

Browse files
committed
Fixed version
1 parent 14862a2 commit 7d519ca

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@
1212
setup(long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
name='reldi-tokeniser',
15-
version='0.0.1',
15+
version='1.0.0',
1616
licence='apache-2.0',
1717
description='Sentence splitting and tokenization for South Slavic languages',
1818
author='CLARIN.SI',
1919
url='https://www.github.com/clarinsi/reldi-tokeniser',
2020
packages=['reldi_tokeniser'],
21-
# scripts=['tokeniser.py'],
22-
# install_requires=['lxml', 'regex'],
2321
package_data={'reldi_tokeniser': ['*.abbrev', 'punct']}
24-
)
22+
)

0 commit comments

Comments
 (0)