Skip to content

Commit

Permalink
Update data & bump version 0.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
syimyuzya committed Sep 6, 2022
1 parent b9de3c4 commit c288631
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qieyun",
"version": "0.13.4",
"version": "0.13.5",
"description": "A JavaScript library for the Qieyun phonological system",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion prepare/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def 描述2編碼(描述: str) -> str:
def fetch_data():
if not os.path.exists('prepare/data.csv'):
status = os.system(
'curl -LsSo prepare/data.csv https://raw.githubusercontent.com/nk2028/qieyun-data/c562352/%E9%9F%BB%E6%9B%B8/%E5%BB%A3%E9%9F%BB.csv')
'curl -LsSo prepare/data.csv https://raw.githubusercontent.com/nk2028/qieyun-data/a49f5d1/%E9%9F%BB%E6%9B%B8/%E5%BB%A3%E9%9F%BB.csv')
assert status == 0


Expand Down

0 comments on commit c288631

Please sign in to comment.