Skip to content

Commit

Permalink
version(v1.1.0): release, update langdetect dependency to langdetect-…
Browse files Browse the repository at this point in the history
…py (to fix Korean detection)
  • Loading branch information
DoodleBears committed Jul 1, 2024
1 parent a64c8fb commit d6ff146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.0.0",
version="1.0.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",
Expand All @@ -23,7 +23,7 @@ def read(*relpath):
license="MIT",
packages=find_packages(),
install_requires=[
"langdetect",
"langdetect-py",
"fast_langdetect",
"wtpsplit",
"pydantic",
Expand Down

0 comments on commit d6ff146

Please sign in to comment.