From 94cf7874b98a2749b3be2f04a013762bbc1b43a8 Mon Sep 17 00:00:00 2001 From: denisneuf Date: Wed, 31 May 2023 22:22:39 +0800 Subject: [PATCH] v0.4.7 --- ad_api/version.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ad_api/version.py b/ad_api/version.py index c7ab6f5..683d898 100644 --- a/ad_api/version.py +++ b/ad_api/version.py @@ -1 +1 @@ -__version__ = "0.4.6" \ No newline at end of file +__version__ = "0.4.7" \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 474089d..9dceeff 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = python-amazon-ad-api -version = 0.4.6 +version = 0.4.7 author = Daniel Alvaro author_email = denisneuf@hotmail.com description = Python wrapper for the Amazon Advertising API diff --git a/setup.py b/setup.py index 58d82e6..9c571c1 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='python-amazon-ad-api', - version='0.4.6', + version='0.4.7', install_requires=[ "requests>=2.27.1,<2.32.0", "six~=1.16.0",