Skip to content

Commit 67c1ee1

Browse files
committed
Bump version 1.1.3
1 parent cbe0590 commit 67c1ee1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "sinch"
33
description = "Sinch SDK for Python programming language"
4-
version = "1.1.2"
4+
version = "1.1.3"
55
license = "Apache 2.0"
66
readme = "README.md"
77
authors = [

sinch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
""" Sinch Python SDK
22
To access Sinch resources, use the Sync or Async version of the Sinch Client.
33
"""
4-
__version__ = "1.1.2"
4+
__version__ = "1.1.3"
55

66
from sinch.core.clients.sinch_client_sync import SinchClient
77
from sinch.core.clients.sinch_client_async import SinchClientAsync

0 commit comments

Comments
 (0)