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",