Skip to content

Commit fc61aef

Browse files
🔖 Bump up version to v0.3.2
1 parent 7d08f8f commit fc61aef

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v0.3.2
2+
- 🐛 ✅ Enforce clean=True when doc_type="pdf" - \#75
3+
14
# v0.3.1
25
- 🚑 ✅ Handle Newline character & update tests
36

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.1"
5+
__version__ = "0.3.2"
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)