From 9a470c1c9c12a231c2ff41812baaa423f221a001 Mon Sep 17 00:00:00 2001 From: twais Date: Mon, 21 Aug 2023 23:53:44 +0300 Subject: [PATCH] update pesapal version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index af432c7..a3b605f 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="pesapal-py", - version="0.1.2", + version="0.1.3", description="A minimalist python library that integrates with PesaPal's API 3.0 - JSON APIs (https://developer.pesapal.com/how-to-integrate/e-commerce/api-30-json/api-reference)", long_description=long_description, long_description_content_type='text/markdown',