Skip to content

Commit

Permalink
release: 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
650elx committed Mar 12, 2024
1 parent 41a7406 commit 7ad80c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "sinch"
description = "Sinch SDK for Python programming language"
version = "0.3.1"
version = "0.3.2"
license = "Apache 2.0"
readme = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion sinch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
""" Sinch Python SDK
To access Sinch resources, use the Sync or Async version of the Sinch Client.
"""
__version__ = "0.3.1"
__version__ = "0.3.2"

from sinch.core.clients.sinch_client_sync import Client
from sinch.core.clients.sinch_client_async import ClientAsync
Expand Down

0 comments on commit 7ad80c8

Please sign in to comment.