bugfix python runtime

This commit is contained in:
游雁 2024-07-24 17:08:59 +08:00
parent d916542e34
commit 5ae7062540
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ def get_readme():
setuptools.setup(
name="funasr_torch",
version="0.1.1",
version="0.1.2",
platforms="Any",
url="https://github.com/alibaba-damo-academy/FunASR.git",
author="Speech Lab of DAMO Academy, Alibaba Group",

View File

@ -13,7 +13,7 @@ def get_readme():
MODULE_NAME = "funasr_onnx"
VERSION_NUM = "0.4.0"
VERSION_NUM = "0.4.1"
setuptools.setup(
name=MODULE_NAME,