We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b654fdf commit afef386Copy full SHA for afef386
setup.py
@@ -1,7 +1,6 @@
1
from os import path
2
3
from setuptools import find_packages, setup
4
-from setuptools import find_packages, setup
5
6
7
def packagefile(*relpath):
@@ -15,7 +14,7 @@ def read(*relpath):
15
14
16
setup(
17
name="split_lang",
18
- version="1.4.0",
+ version="1.4.1",
19
description="A package for splitting text by languages through concatenating over split substrings based on their language",
20
long_description=read("README.md"),
21
long_description_content_type="text/markdown",
split-lang-demo.ipynb
@@ -7,7 +7,7 @@
"outputs": [],
8
"source": [
9
"%%capture\n",
10
- "%pip install split-lang==1.4.0"
+ "%pip install split-lang==1.4.1"
11
]
12
},
13
{
0 commit comments