Skip to content

Commit 14bdc46

Browse files
committed
Bumped version 2.2.2 -> 2.2.3
1 parent 2a70390 commit 14bdc46

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = speechkit
3-
version = 2.2.2
3+
version = 2.2.3
44
author = Tikhon Petrishchev
55
author_email = tikhon.petrishchev@gmail.com
66
description = Python SDK for Yandex Speechkit API.

src/speechkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""
55

66
__author__ = 'Tikhon Petrishchev'
7-
__version__ = '2.2.2'
7+
__version__ = '2.2.3'
88

99
from speechkit._auth import Session
1010
from speechkit._recognition.streaming_recognition import DataStreamingRecognition

0 commit comments

Comments
 (0)