From 47a3b021e0d1ede200ce04964c93fec9427cd072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20G=C3=BCnd=C3=BCz?= Date: Thu, 7 Aug 2025 22:38:28 +0300 Subject: [PATCH 1/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe0f7f00..7c78b102 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ namespaces = true [project] name = "aiXplain" -version = "0.2.26" +version = "0.2.34rc1" description = "aiXplain SDK adds AI functions to software." readme = "README.md" requires-python = ">=3.5, <4" From a04d580d8a5aafc5353277fb10a60475fb222107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20G=C3=BCnd=C3=BCz?= Date: Thu, 7 Aug 2025 22:40:51 +0300 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7c78b102..e8f04b04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,9 +16,10 @@ readme = "README.md" requires-python = ">=3.5, <4" license = { text = "Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0" } authors = [ - {email = "thiago.ferreira@aixplain.com"}, - {email = "krishna.durai@aixplain.com"}, - {email = "lucas.pavanelli@aixplain.com"} + {email = "ahmet@aixplain.com"}, + {email = "hadi@aixplain.com"}, + {email = "kadir.pekel@aixplain.com"}, + {email = "aina.abushaban@aixplain.com"} ] classifiers = [ "Development Status :: 2 - Pre-Alpha",