Merge pull request #1758 from zh794390558/audio

[audio] rename paddleaudio to audio, since confilict with pkg name
pull/1765/head
Hui Zhang 2 years ago committed by GitHub
commit 3ad43431a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

@ -19,7 +19,7 @@ from setuptools.command.install import install
from setuptools.command.test import test
# set the version here
VERSION = '0.2.1'
VERSION = '1.0.0a'
# Inspired by the example at https://pytest.org/latest/goodpractises.html
Loading…
Cancel
Save