-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated version, changelog and readme format
- Loading branch information
1 parent
e954002
commit 07b72fe
Showing
3 changed files
with
51 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
"""Amazon Product Advertising API wrapper for Python""" | ||
|
||
__version__ = '3.3.1' | ||
__version__ = '3.3.2' | ||
__author__ = 'Sergio Abad' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
setuptools.setup( | ||
name='python-amazon-paapi', | ||
version='3.3.1', | ||
version='3.3.2', | ||
author='Sergio Abad', | ||
author_email='[email protected]', | ||
description='Amazon Product Advertising API 5.0 wrapper for Python', | ||
|