synchronize the version

pull/1354/head
huangyuxin 2 years ago
parent 26524031d2
commit 8028f33b7f

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

Loading…
Cancel
Save