From b16032e6b74ea31f01edb86885efe214f6333e1c Mon Sep 17 00:00:00 2001 From: denisneuf Date: Sat, 19 Oct 2024 11:19:56 +0800 Subject: [PATCH] 0.6.1 --- 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 906d362..43c4ab0 100644 --- a/ad_api/version.py +++ b/ad_api/version.py @@ -1 +1 @@ -__version__ = "0.6.0" +__version__ = "0.6.1" diff --git a/setup.cfg b/setup.cfg index 83b67c1..4303f4b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = python-amazon-ad-api -version = 0.6.0 +version = 0.6.1 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 6b1eee0..ecf32a6 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='python-amazon-ad-api', - version='0.6.0', + version='0.6.1', install_requires=[ "requests>=2.27.1,<2.33.0", "six~=1.16.0",