From 5d8589581b88546232475f8d90d5e5a878845e95 Mon Sep 17 00:00:00 2001 From: 650elx Date: Tue, 30 Jan 2024 21:36:15 +0100 Subject: [PATCH] release: 0.3.0 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b3d1699..d4a78e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ @@ -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", @@ -25,7 +25,7 @@ classifiers = [ keywords = ["sinch", "sdk"] [tool.poetry.dependencies] -python = ">=3.8" +python = ">=3.9" requests = "*" aiohttp = "*"