Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Holtzscher committed Jan 29, 2019
1 parent b8df910 commit ecdd38d
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.3.0"
version = "1.4.0"
description = "spaCy pipeline component for adding text readability meta data to Doc objects."
authors = ["Michael Holtzscher <mholtz@protonmail.com>"]
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__ = "mholtz@protonmail.com"
__version__ = "1.3.0"
__version__ = "1.4.0"

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

0 comments on commit ecdd38d

Please sign in to comment.