diff --git a/ad_api/version.py b/ad_api/version.py index 43c4ab0..22049ab 100644 --- a/ad_api/version.py +++ b/ad_api/version.py @@ -1 +1 @@ -__version__ = "0.6.1" +__version__ = "0.6.2" diff --git a/setup.cfg b/setup.cfg index 4303f4b..2872399 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = python-amazon-ad-api -version = 0.6.1 +version = 0.6.2 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 ecf32a6..3e77635 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='python-amazon-ad-api', - version='0.6.1', + version='0.6.2', install_requires=[ "requests>=2.27.1,<2.33.0", "six~=1.16.0",