We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c17be6 commit ff8a1e6Copy full SHA for ff8a1e6
setup.py
@@ -14,7 +14,7 @@ def read(*relpath):
14
15
setup(
16
name="split_lang",
17
- version="2.0.2",
+ version="2.0.3",
18
description="A package for splitting text by languages through concatenating over split substrings based on their language",
19
long_description=read("README.md"),
20
long_description_content_type="text/markdown",
split-lang-demo.ipynb
@@ -7,7 +7,7 @@
7
"outputs": [],
8
"source": [
9
"%%capture\n",
10
- "%pip install split-lang==2.0.2"
+ "%pip install split-lang==2.0.3"
11
]
12
},
13
{
0 commit comments