Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioteula committed May 1, 2021
1 parent 040db24 commit bd95e83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion amazon/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Amazon Product Advertising API wrapper for Python"""

__version__ = '3.3.2'
__version__ = '3.3.3'
__author__ = 'Sergio Abad'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='python-amazon-paapi',
version='3.3.2',
version='3.3.3',
author='Sergio Abad',
author_email='[email protected]',
description='Amazon Product Advertising API 5.0 wrapper for Python',
Expand Down

0 comments on commit bd95e83

Please sign in to comment.