diff --git a/ad_api/version.py b/ad_api/version.py index da942bc..49f34f4 100644 --- a/ad_api/version.py +++ b/ad_api/version.py @@ -1 +1 @@ -__version__ = "0.1.9" \ No newline at end of file +__version__ = "0.2.0" \ No newline at end of file diff --git a/requeriments.txt b/requeriments.txt index 1c497f9..80152fe 100644 --- a/requeriments.txt +++ b/requeriments.txt @@ -6,4 +6,4 @@ setuptools~=60.5.0 pycryptodome~=3.13.0 python-dotenv~=0.19.2 pytz~=2021.3 -confuse~=1.7.0 +confuse~=1.7.0 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 2e622b8..ad3a8bd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = python-amazon-ad-api -version = 0.1.9 +version = 0.2.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 242c62e..b95a2b3 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='python-amazon-ad-api', - version='0.1.9', + version='0.2.0', install_requires=[ "requests~=2.27.1", "six~=1.16.0",