Skip to content

Commit e119d90

Browse files
Bram VanroyBram Vanroy
authored andcommitted
add correct version number
1 parent 5ac61ee commit e119d90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='spacy_conll',
9-
version='1.3.0',
9+
version='2.0.0',
1010
description='A custom pipeline component for spaCy that can convert any parsed Doc'
1111
' and its sentences into CoNLL-U format. Also provides a command line entry point.',
1212
long_description=long_description,

spacy_conll/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.3.0"
1+
__version__ = "2.0.0"
22

33
from .formatter import ConllFormatter
44
from .utils import init_parser

0 commit comments

Comments
 (0)