From b5a337901621c1f70967b7bbf300abb63edbd6e5 Mon Sep 17 00:00:00 2001 From: DoodleBears Date: Thu, 4 Jul 2024 01:58:53 +0900 Subject: [PATCH] version(v1.2.0): release --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3150634..3a8ed41 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(*relpath): setup( name="split_lang", - version="1.1.1", + version="1.2.0", description="A package for splitting sentences by language (concatenating over-split substrings based on their language)", long_description=read("README.md"), long_description_content_type="text/markdown", @@ -27,6 +27,7 @@ def read(*relpath): "fast_langdetect", "wtpsplit", "pydantic", + "budoux", ], classifiers=[ "Programming Language :: Python :: 3",