Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tsproisl committed Jun 28, 2019
1 parent 60da147 commit 1df6292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion somajo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from somajo import tokenizer
from somajo import sentence_splitter

__version__ = "1.9.1"
__version__ = "1.10.0"

Tokenizer = tokenizer.Tokenizer
SentenceSplitter = sentence_splitter.SentenceSplitter

0 comments on commit 1df6292

Please sign in to comment.