Skip to content

Commit ff8a1e6

Browse files
committed
version(v2.0.3): release
1 parent 3c17be6 commit ff8a1e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
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.2",
17+
version="2.0.3",
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

Lines changed: 1 addition & 1 deletion
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.2"
10+
"%pip install split-lang==2.0.3"
1111
]
1212
},
1313
{

0 commit comments

Comments
 (0)