Skip to content

Commit

Permalink
v0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
denisneuf committed Aug 1, 2024
1 parent 2e91fda commit 3472507
Show file tree
Hide file tree
Showing 3 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.5.6"
__version__ = "0.5.7"
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.5.6
version = 0.5.7
author = Daniel Alvaro
author_email = [email protected]
description = Python wrapper for the Amazon Advertising API
Expand Down
4 changes: 2 additions & 2 deletions 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.5.6',
version='0.5.7',
install_requires=[
"requests>=2.27.1,<2.33.0",
"six~=1.16.0",
Expand All @@ -24,6 +24,6 @@
url='https://github.com/denisneuf/python-amazon-ad-api',
license='MIT',
author='Daniel Alvaro',
author_email='[email protected]',
author_email='[email protected]',
description='Python wrapper for the Amazon Advertising API',
)

0 comments on commit 3472507

Please sign in to comment.