From bb735426117f1004adbd3a9a1a3128234366bdbc Mon Sep 17 00:00:00 2001 From: Erdem Demir <35841628+erdemdmr@users.noreply.github.com> Date: Fri, 15 Nov 2024 12:29:27 +0300 Subject: [PATCH] Update pyproject.toml Signed-off-by: Erdem Demir <35841628+erdemdmr@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 08f9dfc..2b76aca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "iyzipay" -version = "1.0.44" +version = "1.0.43" dynamic = ["classifiers"] description = "iyzipay api python client" readme = { file = "README.md", content-type = "text/markdown" }