Skip to content

Commit

Permalink
version(v1.2.0): release
Browse files Browse the repository at this point in the history
  • Loading branch information
DoodleBears committed Jul 3, 2024
1 parent f800c32 commit b5a3379
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -27,6 +27,7 @@ def read(*relpath):
"fast_langdetect",
"wtpsplit",
"pydantic",
"budoux",
],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit b5a3379

Please sign in to comment.