From 3a3f69e3aa94bc7b287280fd96fab5c7938a519c Mon Sep 17 00:00:00 2001 From: Tarek Berkane Date: Sat, 10 Feb 2024 20:16:32 +0100 Subject: [PATCH] upgrade to v2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f8ceb11..1abb81e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "chargily_pay" -version = "0.1.1" +version = "2.0.0" authors = [{ name = "Berkane Tarek", email = "tarekg320@gmail.com" }] description = "This Plugin is to integrate ePayment gateway with Chargily V2 easily." readme = "README.md"