From 4bcaf35d6d27594d00f0d1c790aa3f3b7f159e47 Mon Sep 17 00:00:00 2001 From: denisneuf Date: Mon, 18 Sep 2023 18:38:45 +0800 Subject: [PATCH] v0.5.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 0ed6caa..5a28280 100644 --- a/ad_api/version.py +++ b/ad_api/version.py @@ -1 +1 @@ -__version__ = "0.4.9" \ No newline at end of file +__version__ = "0.5.0" \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 541463f..2c4eb4f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = python-amazon-ad-api -version = 0.4.9 +version = 0.5.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 a78e42c..d9c5d61 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='python-amazon-ad-api', - version='0.4.9', + version='0.5.0', install_requires=[ "requests>=2.27.1,<2.32.0", "six~=1.16.0",