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 +)