Skip to content

Commit

Permalink
🔖 Bump up version to v0.3.0
Browse files Browse the repository at this point in the history
remove spacy requirement
  • Loading branch information
nipunsadvilkar committed Aug 4, 2020
1 parent 0e364f4 commit 6b84eaa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pysbd/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://python-packaging-user-guide.readthedocs.org/en/latest/single_source_version/

__title__ = "pysbd"
__version__ = "0.3.0rc"
__version__ = "0.3.0"
__summary__ = "pysbd (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box across many languages."
__uri__ = "http://nipunsadvilkar.github.io/"
__author__ = "Nipun Sadvilkar"
Expand Down
1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

REQUIRES_PYTHON = ">=3"
# What packages are required for this module to be executed?
REQUIRED = ["spacy"]
REQUIRED = []

with io.open(os.path.join(root, "pysbd", "about.py"), encoding="utf8") as f:
about = {}
Expand Down

0 comments on commit 6b84eaa

Please sign in to comment.