Skip to content

Commit a5a0a9e

Browse files
committed
version(v1.3.8): release
1 parent f429ed7 commit a5a0a9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def read(*relpath):
1313

1414
setup(
1515
name="split_lang",
16-
version="1.3.7",
16+
version="1.3.8",
1717
description="A package for splitting text by languages through concatenating over split substrings based on their language",
1818
long_description=read("README.md"),
1919
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.3.7"
10+
"%pip install split-lang==1.3.8"
1111
]
1212
},
1313
{

0 commit comments

Comments
 (0)