We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb6249c commit 485ae08Copy full SHA for 485ae08
src/yandex_ai_studio_sdk/__init__.py
@@ -4,7 +4,7 @@
4
from ._logging import setup_default_logging_from_env as _setup_default_logging_from_env
5
from ._sdk import AIStudio, AsyncAIStudio
6
7
-__version__ = "0.19.2"
+__version__ = "0.20.0"
8
9
__all__ = [
10
'__version__',
0 commit comments