We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a70390 commit 14bdc46Copy full SHA for 14bdc46
2 files changed
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = speechkit
3
-version = 2.2.2
+version = 2.2.3
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.2.2'
+__version__ = '2.2.3'
8
9
from speechkit._auth import Session
10
from speechkit._recognition.streaming_recognition import DataStreamingRecognition
0 commit comments