From 4aa9c7597123580eed24bf1ec9bacee0fedeb8a0 Mon Sep 17 00:00:00 2001 From: Sergio Abad <38834798+sergioteula@users.noreply.github.com> Date: Thu, 22 Sep 2022 20:38:57 +0200 Subject: [PATCH] Update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c4c6c60..36f0edb 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='python-amazon-paapi', - version='4.3.0', + version='4.3.1', author='Sergio Abad', author_email='sergio.abad@bytelix.com', description='Amazon Product Advertising API 5.0 wrapper for Python',