From 5ae7062540783bc8eeb97bb76ade5633b62d6868 Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期三, 24 七月 2024 17:08:59 +0800
Subject: [PATCH] bugfix python runtime

---
 runtime/python/onnxruntime/setup.py |    2 +-
 runtime/python/libtorch/setup.py    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/runtime/python/libtorch/setup.py b/runtime/python/libtorch/setup.py
index 90619a0..bd6f389 100644
--- a/runtime/python/libtorch/setup.py
+++ b/runtime/python/libtorch/setup.py
@@ -15,7 +15,7 @@
 
 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",
diff --git a/runtime/python/onnxruntime/setup.py b/runtime/python/onnxruntime/setup.py
index 4a80be6..26dce2c 100644
--- a/runtime/python/onnxruntime/setup.py
+++ b/runtime/python/onnxruntime/setup.py
@@ -13,7 +13,7 @@
 
 
 MODULE_NAME = "funasr_onnx"
-VERSION_NUM = "0.4.0"
+VERSION_NUM = "0.4.1"
 
 setuptools.setup(
     name=MODULE_NAME,

--
Gitblit v1.9.1