We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e386fc commit a8ef788Copy full SHA for a8ef788
1 file changed
setup.py
@@ -7,11 +7,11 @@
7
8
setuptools.setup(
9
name="voicegain_speech",
10
- version="1.130.0",
+ version="1.131.0",
11
author="Huishen Zhan, Kuo Zhang, Jacek Jarmulak",
12
author_email="huishen@voicegain.ai, kuo@voicegain.ai, jacek@voicegain.ai",
13
description="Voicegain Speech-to-Text Python SDK",
14
- download_url='https://github.com/voicegain/python-sdk/archive/refs/tags/1.130.0.tar.gz',
+ download_url='https://github.com/voicegain/python-sdk/archive/refs/tags/1.131.0.tar.gz',
15
long_description=long_description,
16
long_description_content_type="text/markdown",
17
install_requires=REQUIRES,
0 commit comments