Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denisneuf committed Jan 27, 2022
1 parent 8b8b32f commit 8e01e47
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ad_api/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.9"
__version__ = "0.2.0"
2 changes: 1 addition & 1 deletion requeriments.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = python-amazon-ad-api
version = 0.1.9
version = 0.2.0
author = Daniel Alvaro
author_email = [email protected]
description = Python wrapper for the Amazon Advertising API
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8e01e47

Please sign in to comment.