We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a60ff commit 9efeddcCopy full SHA for 9efeddc
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = speechkit
3
-version = 2.0.0
+version = 2.0.1
4
author = Tikhon Petrishchev
5
author_email = tikhon.petrishchev@gmail.com
6
description = Python SDK for Yandex Speechkit API.
src/speechkit/__init__.py
@@ -4,7 +4,7 @@
"""
__author__ = 'Tikhon Petrishchev'
7
-__version__ = '2.0.0'
+__version__ = '2.0.1'
8
9
from speechkit._auth import Session
10
from speechkit._recognition.streaming_recognition import DataStreamingRecognition
0 commit comments