From c3a21f3498f8f5d9ae54e492700e24ca0c52c596 Mon Sep 17 00:00:00 2001 From: denisneuf Date: Tue, 8 Oct 2024 18:41:20 +0800 Subject: [PATCH] v0.6.0 --- 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 40e294f..906d362 100644 --- a/ad_api/version.py +++ b/ad_api/version.py @@ -1 +1 @@ -__version__ = "0.5.9" +__version__ = "0.6.0" diff --git a/setup.cfg b/setup.cfg index 3b71c49..83b67c1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = python-amazon-ad-api -version = 0.5.9 +version = 0.6.0 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 75da4fe..6b1eee0 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='python-amazon-ad-api', - version='0.5.9', + version='0.6.0', install_requires=[ "requests>=2.27.1,<2.33.0", "six~=1.16.0",