Skip to content

Commit

Permalink
Bumped version 2.2.2 -> 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tikhonp committed Feb 3, 2025
1 parent 2a70390 commit 14bdc46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/speechkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14bdc46

Please sign in to comment.