File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ language detection: [`fast-langdetect`](https://github.com/LlmKira/fast-langdete
3636
3737# Update History
3838
39- ## v2.0.7
39+ ## v2.1.0
4040
4141- [ 2024-02-21] Modified merging logic
4242
@@ -922,7 +922,7 @@ Vielen Dank merci beaucoup for your help.
922922```
923923
924924- [Update History](# update-history)
925- - [v2.0.7 ](# v207)
925+ - [v2.1.0 ](# v207)
926926 - [before](# before)
927927 - [after](# after)
928928 - [All Test Results (Execute `python .\tests\split_acc.py` to obtain)](#all-test-results-execute-python-testssplit_accpy-to-obtain)
Original file line number Diff line number Diff line change 3636
3737# Update History
3838
39- ## v2.0.7
39+ ## v2.1.0
4040
4141- [ 2024-02-21] 統合ロジックの修正
4242
@@ -922,7 +922,7 @@ Vielen Dank merci beaucoup for your help.
922922```
923923
924924- [Update History](# update-history)
925- - [v2.0.7 ](# v207)
925+ - [v2.1.0 ](# v207)
926926 - [before](# before)
927927 - [after](# after)
928928 - [すべてのテスト結果(`python .\tests\split_acc.py` を実行して取得)](#すべてのテスト結果python-testssplit_accpy-を実行して取得)
Original file line number Diff line number Diff line change 3636
3737# 更新记录
3838
39- ## v2.0.7
39+ ## v2.1.0
4040
4141- [ 2024-02-21] 修改合并逻辑
4242
@@ -922,7 +922,7 @@ Vielen Dank merci beaucoup for your help.
922922```
923923
924924- [更新记录](# 更新记录)
925- - [v2.0.7 ](# v207 )
925+ - [v2.1.0 ](# v210 )
926926 - [before](# before)
927927 - [after](# after)
928928 - [所有测试结果(执行 `python .\tests\split_acc.py` 获取)](#所有测试结果执行-python-testssplit_accpy-获取)
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def read(*relpath):
1414
1515setup (
1616 name = "split_lang" ,
17- version = "2.0.7 " ,
17+ version = "2.1.0 " ,
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" ,
Original file line number Diff line number Diff line change 77 "outputs" : [],
88 "source" : [
99 " %%capture\n " ,
10- " %pip install split-lang==2.0.7 "
10+ " %pip install split-lang==2.1.0 "
1111 ]
1212 },
1313 {
You can’t perform that action at this time.
0 commit comments