Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bminixhofer committed Jul 11, 2023
1 parent f8b3450 commit 89817b3
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.2.0",
version="1.2.1",
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 @@ -15,7 +15,7 @@
from wtpsplit.extract import ORTWrapper, PyTorchWrapper, extract
from wtpsplit.utils import Constants, indices_to_sentences, sigmoid

__version__ = "1.2.0"
__version__ = "1.2.1"


class WtP:
Expand Down

0 comments on commit 89817b3

Please sign in to comment.