We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe0590 commit 67c1ee1Copy full SHA for 67c1ee1
2 files changed
pyproject.toml
@@ -1,7 +1,7 @@
1
[tool.poetry]
2
name = "sinch"
3
description = "Sinch SDK for Python programming language"
4
-version = "1.1.2"
+version = "1.1.3"
5
license = "Apache 2.0"
6
readme = "README.md"
7
authors = [
sinch/__init__.py
""" Sinch Python SDK
To access Sinch resources, use the Sync or Async version of the Sinch Client.
"""
-__version__ = "1.1.2"
+__version__ = "1.1.3"
from sinch.core.clients.sinch_client_sync import SinchClient
from sinch.core.clients.sinch_client_async import SinchClientAsync
0 commit comments