未验证 提交 e5711c00 编写于 作者: J Jackwaterveg 提交者: GitHub

change the paddlespeech version (#1163)

上级 14821f45
...@@ -171,7 +171,7 @@ class UploadCommand(Command): ...@@ -171,7 +171,7 @@ class UploadCommand(Command):
setup_info = dict( setup_info = dict(
# Metadata # Metadata
name='paddlespeech', name='paddlespeech',
version='0.1.0a', version='0.1.0rc',
author='PaddlePaddle Speech and Language Team', author='PaddlePaddle Speech and Language Team',
author_email='paddlesl@baidu.com', author_email='paddlesl@baidu.com',
url='https://github.com/PaddlePaddle/PaddleSpeech', url='https://github.com/PaddlePaddle/PaddleSpeech',
...@@ -218,7 +218,7 @@ setup_info = dict( ...@@ -218,7 +218,7 @@ setup_info = dict(
packages=find_packages(include=('paddlespeech*')), packages=find_packages(include=('paddlespeech*')),
zip_safe=True, zip_safe=True,
classifiers=[ classifiers=[
'Development Status :: 3 - Alpha', 'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'Intended Audience :: Science/Research', 'Intended Audience :: Science/Research',
'Topic :: Scientific/Engineering :: Artificial Intelligence', 'Topic :: Scientific/Engineering :: Artificial Intelligence',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册