From 0884b04d0dc8a4c5cceaf8ecaf253084c57f3007 Mon Sep 17 00:00:00 2001 From: ivan andres Date: Mon, 16 Dec 2024 16:16:19 -0500 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e5a4c2..839a46a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "checkout-p2p" -version = "0.1.4" +version = "0.1.5" description = "Python library for PlaceToPay Checkout integration." authors = ["Iván Andrés López Gómez "] license = "MIT"