diff --git a/setup.cfg b/setup.cfg index 63ea00a..95c7839 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = speechkit -version = 2.2.2 +version = 2.2.3 author = Tikhon Petrishchev author_email = tikhon.petrishchev@gmail.com description = Python SDK for Yandex Speechkit API. diff --git a/src/speechkit/__init__.py b/src/speechkit/__init__.py index fb3a2ab..4913fe1 100644 --- a/src/speechkit/__init__.py +++ b/src/speechkit/__init__.py @@ -4,7 +4,7 @@ """ __author__ = 'Tikhon Petrishchev' -__version__ = '2.2.2' +__version__ = '2.2.3' from speechkit._auth import Session from speechkit._recognition.streaming_recognition import DataStreamingRecognition