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 3b5616f commit faf94bcCopy full SHA for faf94bc
setup.py
@@ -13,7 +13,7 @@ def read(*relpath):
13
14
setup(
15
name="split_lang",
16
- version="1.3.3",
+ version="1.3.4",
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.3"
+ "%pip install split-lang==1.3.4"
11
]
12
},
{
0 commit comments