Skip to content

Commit

Permalink
version(v2.0.3): release
Browse files Browse the repository at this point in the history
  • Loading branch information
DoodleBears committed Oct 18, 2024
1 parent 3c17be6 commit ff8a1e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def read(*relpath):

setup(
name="split_lang",
version="2.0.2",
version="2.0.3",
description="A package for splitting text by languages through concatenating over split substrings based on their language",
long_description=read("README.md"),
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion split-lang-demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"outputs": [],
"source": [
"%%capture\n",
"%pip install split-lang==2.0.2"
"%pip install split-lang==2.0.3"
]
},
{
Expand Down

0 comments on commit ff8a1e6

Please sign in to comment.