Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram Vanroy authored and Bram Vanroy committed Jul 14, 2021
1 parent fd78c1e commit 0f916ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="spacy_conll",
version="3.0.0",
version="3.0.1",
description="A custom pipeline component for spaCy that can convert any parsed Doc"
" and its sentences into CoNLL-U format. Also provides a command line entry point.",
long_description=Path("README.rst").read_text(encoding="utf-8"),
Expand Down
2 changes: 1 addition & 1 deletion spacy_conll/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.0.0"
__version__ = "3.0.1"

from .formatter import ConllFormatter
from .utils import init_parser

0 comments on commit 0f916ff

Please sign in to comment.