Skip to content

Commit

Permalink
release: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
650elx committed Jan 30, 2024
1 parent 83c91f8 commit 5d85895
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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.2.1"
version = "0.3.0"
license = "Apache 2.0"
readme = "README.md"
authors = [
Expand All @@ -13,10 +13,10 @@ classifiers = [
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Communications :: Telephony",
Expand All @@ -25,7 +25,7 @@ classifiers = [
keywords = ["sinch", "sdk"]

[tool.poetry.dependencies]
python = ">=3.8"
python = ">=3.9"
requests = "*"
aiohttp = "*"

Expand Down

0 comments on commit 5d85895

Please sign in to comment.