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 5ac61ee commit e119d90Copy full SHA for e119d90
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name='spacy_conll',
9
- version='1.3.0',
+ version='2.0.0',
10
description='A custom pipeline component for spaCy that can convert any parsed Doc'
11
' and its sentences into CoNLL-U format. Also provides a command line entry point.',
12
long_description=long_description,
spacy_conll/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.3.0"
+__version__ = "2.0.0"
2
3
from .formatter import ConllFormatter
4
from .utils import init_parser
0 commit comments