未验证 提交 5f50668e 编写于 作者: 小湉湉's avatar 小湉湉 提交者: GitHub

Merge pull request #1354 from Jackwaterveg/setup

[Setup] Synchronize the version
......@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = '0.1.0'
__version__ = '0.1.1'
......@@ -17,6 +17,7 @@ import io
import os
import subprocess as sp
import sys
import paddlespeech
from pathlib import Path
from setuptools import Command
......@@ -172,7 +173,7 @@ class UploadCommand(Command):
setup_info = dict(
# Metadata
name='paddlespeech',
version='0.1.1',
version=paddlespeech.__version__,
author='PaddlePaddle Speech and Language Team',
author_email='paddlesl@baidu.com',
url='https://github.com/PaddlePaddle/PaddleSpeech',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册