From 1fc933332f3b3d6d1416bb3900e1f6dc727b3f05 Mon Sep 17 00:00:00 2001 From: Binbin Zhang Date: Tue, 29 Aug 2023 22:55:15 +0800 Subject: [PATCH] [fix] fix python binding version --- runtime/binding/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/binding/python/setup.py b/runtime/binding/python/setup.py index 545cb8c93..604eb23f2 100644 --- a/runtime/binding/python/setup.py +++ b/runtime/binding/python/setup.py @@ -64,7 +64,7 @@ def read_long_description(): setuptools.setup( name="wenetruntime", - version='1.0.13', + version='1.14.0', author="Binbin Zhang", author_email="binbzha@qq.com", packages=setuptools.find_packages(),