From 2bccde3def5aad2c749de4d9d9c175fbd229f3ce Mon Sep 17 00:00:00 2001 From: Jackwaterveg <87408988+Jackwaterveg@users.noreply.github.com> Date: Fri, 17 Dec 2021 12:45:22 +0800 Subject: [PATCH] update the version of ctcdecoders and feat,test=doc_fix (#1155) --- paddlespeech/s2t/decoders/ctcdecoder/swig/setup.py | 2 +- third_party/python_kaldi_features/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/paddlespeech/s2t/decoders/ctcdecoder/swig/setup.py b/paddlespeech/s2t/decoders/ctcdecoder/swig/setup.py index d06125b7..8a2086d6 100644 --- a/paddlespeech/s2t/decoders/ctcdecoder/swig/setup.py +++ b/paddlespeech/s2t/decoders/ctcdecoder/swig/setup.py @@ -127,7 +127,7 @@ decoders_module = [ setup( name='paddlespeech_ctcdecoders', - version='0.0.1a', + version='0.1.0', description="CTC decoders in paddlespeech", author="PaddlePaddle Speech and Language Team", author_email="paddlesl@baidu.com", diff --git a/third_party/python_kaldi_features/setup.py b/third_party/python_kaldi_features/setup.py index c76f23b5..ff78fe55 100644 --- a/third_party/python_kaldi_features/setup.py +++ b/third_party/python_kaldi_features/setup.py @@ -7,7 +7,7 @@ with open("requirements.txt", encoding="utf-8-sig") as f: requirements = f.readlines() setup(name='paddlespeech_feat', - version='0.0.1a', + version='0.1.0', description='python speech feature extraction in paddlespeech', install_requires=requirements, author="PaddlePaddle Speech and Language Team",