Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
denisneuf committed Nov 17, 2021
1 parent ff8d282 commit fd0ed83
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ back to `%HOME%\AppData\Roaming` if undefined
* Insights
### Modules Available Sponsored Products
### Modules Available Sponsored Products 2.0
* Ad Groups
* Bid Recommendations
Expand All @@ -113,6 +113,17 @@ back to `%HOME%\AppData\Roaming` if undefined
* Reports
* Snapshots
### Modules Available Sponsored Products 3.0
* Budget Rules
* Campaign Optimization Rules
* Ranked Keywords Recommendations
* Product Targeting
* Budget Recommendations
* Budget Rules Recommendations
* Product Recommendations
### Modules Available Sponsored Brands
Expand Down
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.4
version = 0.1.5
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.4',
version='0.1.5',
install_requires=[
"requests~=2.26.0",
"six~=1.16.0",
Expand Down

0 comments on commit fd0ed83

Please sign in to comment.