Skip to content

Commit bd95e83

Browse files
committed
Updated version number
1 parent 040db24 commit bd95e83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

amazon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Amazon Product Advertising API wrapper for Python"""
22

3-
__version__ = '3.3.2'
3+
__version__ = '3.3.3'
44
__author__ = 'Sergio Abad'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name='python-amazon-paapi',
8-
version='3.3.2',
8+
version='3.3.3',
99
author='Sergio Abad',
1010
author_email='[email protected]',
1111
description='Amazon Product Advertising API 5.0 wrapper for Python',

0 commit comments

Comments
 (0)