We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896c3a6 commit e8b8b7dCopy full SHA for e8b8b7d
3 files changed
ad_api/version.py
@@ -1 +1 @@
1
-__version__ = "0.3.2"
+__version__ = "0.3.3"
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
2
name = python-amazon-ad-api
3
-version = 0.3.2
+version = 0.3.3
4
author = Daniel Alvaro
5
author_email = denisneuf@hotmail.com
6
description = Python wrapper for the Amazon Advertising API
setup.py
@@ -2,7 +2,7 @@
setup(
name='python-amazon-ad-api',
- version='0.3.2',
+ version='0.3.3',
install_requires=[
7
"requests>=2.27.1,<2.29.0",
8
"six~=1.16.0",
0 commit comments