From c2886316adfbb2df5364b7b7e6673182db993e45 Mon Sep 17 00:00:00 2001 From: syimyuzya Date: Tue, 6 Sep 2022 19:10:29 +0800 Subject: [PATCH] Update data & bump version 0.13.5 --- package-lock.json | 4 ++-- package.json | 2 +- prepare/main.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9351c18..2cf49e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qieyun", - "version": "0.13.4", + "version": "0.13.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "qieyun", - "version": "0.13.4", + "version": "0.13.5", "license": "CC0-1.0", "devDependencies": { "@ava/typescript": "^3.0.1", diff --git a/package.json b/package.json index bb94a19..0c9c4cb 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/prepare/main.py b/prepare/main.py index 8c32051..0dc05b0 100644 --- a/prepare/main.py +++ b/prepare/main.py @@ -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