diff --git a/setup.py b/setup.py index b506e4e..3150634 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(*relpath): setup( name="split_lang", - version="1.0.1", + version="1.1.1", 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",