Skip to content

Commit dff72b2

Browse files
committed
version(v2.0.1): release
1 parent bd94849 commit dff72b2

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
@@ -14,7 +14,7 @@ def read(*relpath):
1414

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

0 commit comments

Comments
 (0)