Skip to content

Commit 65bfab4

Browse files
authored
GA: readme updated (#28)
1 parent cdeabc6 commit 65bfab4

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ To use Sinch services, you'll need a Sinch account and access keys. You can sign
1616

1717
For more information on the Sinch APIs on which this SDK is based, refer to the official [developer documentation portal](developers.sinch.com).
1818

19-
**This SDK is currently available to selected developers for preview use only. It is being provided for the purpose of collecting feedback, and should not be used in production environments.**
2019

2120
- [Prerequisites](#prerequisites)
2221
- [Installation](#installation)
@@ -73,8 +72,8 @@ Sinch client provides access to the following Sinch products:
7372
- Numbers
7473
- SMS
7574
- Verification
76-
- Conversation API
77-
- Additional products coming soon!
75+
- Voice API
76+
- Conversation API (beta release)
7877

7978
## Logging
8079

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 = "0.4.0"
4+
version = "1.0.0"
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__ = "0.4.0"
4+
__version__ = "1.0.0"
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)