Skip to content

Commit afef386

Browse files
committed
version(v1.4.1): release
1 parent b654fdf commit afef386

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from os import path
22

33
from setuptools import find_packages, setup
4-
from setuptools import find_packages, setup
54

65

76
def packagefile(*relpath):
@@ -15,7 +14,7 @@ def read(*relpath):
1514

1615
setup(
1716
name="split_lang",
18-
version="1.4.0",
17+
version="1.4.1",
1918
description="A package for splitting text by languages through concatenating over split substrings based on their language",
2019
long_description=read("README.md"),
2120
long_description_content_type="text/markdown",

split-lang-demo.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"outputs": [],
88
"source": [
99
"%%capture\n",
10-
"%pip install split-lang==1.4.0"
10+
"%pip install split-lang==1.4.1"
1111
]
1212
},
1313
{

0 commit comments

Comments
 (0)