update the version of ctcdecoders and feat,test=doc_fix (#1155)

pull/1157/head
Jackwaterveg 3 years ago committed by GitHub
parent 0151f2463f
commit 2bccde3def
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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",

@ -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",

Loading…
Cancel
Save