From 6373713a9e617a3c6403134cd4ec95694cf96a06 Mon Sep 17 00:00:00 2001 From: Ricardo Saldarriaga <40249987+RicardoSaldarriagaPayco@users.noreply.github.com> Date: Thu, 27 Feb 2025 21:14:55 -0500 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2f60a81..aefbc04 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="epaycosdk", - version="3.2.0", + version="3.2.1", include_package_data=True, author="ePayco Development Team", author_email="ricardo.saldarriaga@epayco.co", @@ -20,4 +20,4 @@ "pycryptodome >= 2.6.1" if platform.system() == "Windows" else "pycrypto >= 2.6.1", "python-dotenv >= 0.19.2" ], -) \ No newline at end of file +)