Skip to content

Commit 60983a2

Browse files
🔖 Bump up version to v0.3.1
1 parent 62e054c commit 60983a2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# v0.3.1
2+
- 🚑 ✅ Handle Newline character & update tests
3+
4+
# v0.3.0
5+
- ✨ 💫 Support Multiple languages - \#2
6+
- 🏎⚡️💯 Benchmark across Segmentation Tools, Libraries and Algorithms
7+
- 🎨 ♻️ Update sentence char_span logic
8+
- ⚡️ Performance improvements - \#41
9+
- ♻️🐛 Refactor AbbreviationReplacer
10+
111
# v0.3.0rc
212
- ✨ 💫 sent `char_span` through with spaCy & regex approach - \#63
313
- ♻️ Refactoring to support multiple languages

pysbd/about.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://python-packaging-user-guide.readthedocs.org/en/latest/single_source_version/
33

44
__title__ = "pysbd"
5-
__version__ = "0.3.0"
5+
__version__ = "0.3.1"
66
__summary__ = "pysbd (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box across many languages."
77
__uri__ = "http://nipunsadvilkar.github.io/"
88
__author__ = "Nipun Sadvilkar"

0 commit comments

Comments
 (0)