Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bminixhofer committed Jun 17, 2023
1 parent 96df2f5 commit 954dd0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="wtpsplit",
version="1.0.1",
version="1.1.0",
packages=["wtpsplit"],
description="Robust, adaptible sentence segmentation for 85 languages",
author="Benjamin Minixhofer",
Expand Down
2 changes: 1 addition & 1 deletion wtpsplit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from wtpsplit.extract import extract
from wtpsplit.utils import Constants, encode, indices_to_sentences

__version__ = "1.0.1"
__version__ = "1.1.0"


class ORTWrapper:
Expand Down

0 comments on commit 954dd0e

Please sign in to comment.