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 f429ed7 commit a5a0a9eCopy full SHA for a5a0a9e
setup.py
@@ -13,7 +13,7 @@ def read(*relpath):
13
14
setup(
15
name="split_lang",
16
- version="1.3.7",
+ version="1.3.8",
17
description="A package for splitting text by languages through concatenating over split substrings based on their language",
18
long_description=read("README.md"),
19
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==1.3.7"
+ "%pip install split-lang==1.3.8"
11
]
12
},
{
0 commit comments