Skip to content

Commit

Permalink
Bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Holtzscher committed Jan 29, 2019
1 parent f5f9d7e commit 7e72e62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "spacy_readability"
version = "1.4.0"
version = "1.4.1"
description = "spaCy pipeline component for adding text readability meta data to Doc objects."
authors = ["Michael Holtzscher <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion spacy_readability/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """Michael Holtzscher"""
__email__ = "[email protected]"
__version__ = "1.4.0"
__version__ = "1.4.1"

from math import sqrt
from spacy.tokens import Doc
Expand Down

0 comments on commit 7e72e62

Please sign in to comment.