We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6720e2c commit 60cd880Copy full SHA for 60cd880
setup.py
@@ -7,11 +7,11 @@
7
8
setuptools.setup(
9
name="voicegain_speech",
10
- version="1.127.0",
+ version="1.128.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.127.0.tar.gz',
+ download_url='https://github.com/voicegain/python-sdk/archive/refs/tags/1.128.0.tar.gz',
15
long_description=long_description,
16
long_description_content_type="text/markdown",
17
install_requires=REQUIRES,
0 commit comments