From 8cbf6a2c9aa0dd1099bcb7654f1a984a8ea541b5 Mon Sep 17 00:00:00 2001 From: Hui Zhang Date: Thu, 9 Feb 2023 10:51:03 +0800 Subject: [PATCH] Update setup.py (#2879) --- third_party/ctc_decoders/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/ctc_decoders/setup.py b/third_party/ctc_decoders/setup.py index c13f3df9..5ae5b3bf 100644 --- a/third_party/ctc_decoders/setup.py +++ b/third_party/ctc_decoders/setup.py @@ -129,7 +129,7 @@ decoders_module = [ setup( name='paddlespeech_ctcdecoders', - version='0.2.0', + version='0.2.2', description="CTC decoders in paddlespeech", author="PaddlePaddle Speech and Language Team", author_email="paddlesl@baidu.com",