From 66eb194e1cdcac4508affc1c2462975ab58e1302 Mon Sep 17 00:00:00 2001 From: Benjamin Minixhofer Date: Wed, 26 Jun 2024 10:03:52 +0200 Subject: [PATCH] bump version --- setup.py | 2 +- wtpsplit/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 191a9975..0e47c112 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="wtpsplit", - version="2.0.2", + version="2.0.3", packages=find_packages(), description="Universal Robust, Efficient and Adaptable Sentence Segmentation", author="Markus Frohmann, Igor Sterner, Benjamin Minixhofer", diff --git a/wtpsplit/__init__.py b/wtpsplit/__init__.py index 750160c3..8cbcd34a 100644 --- a/wtpsplit/__init__.py +++ b/wtpsplit/__init__.py @@ -21,7 +21,7 @@ from wtpsplit.extract import BertCharORTWrapper, PyTorchWrapper, extract from wtpsplit.utils import Constants, indices_to_sentences, sigmoid -__version__ = "2.0.2" +__version__ = "2.0.3" warnings.simplefilter("default", DeprecationWarning) # show by default