Skip to content

Commit 52ef8ba

Browse files
committed
Changing version
1 parent 1778675 commit 52ef8ba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mercadopago/mercadopago.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class MPInvalidCredentials(MPException):
3333

3434

3535
class MP(object):
36-
version = "1.1.0"
36+
version = "1.1.1"
3737
__access_data = None
3838
__ll_access_token = None
3939
__sandbox = False

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def run(self):
2525

2626
setup(
2727
name='mercadopago',
28-
version='1.1.0',
28+
version='1.1.1',
2929
author='Horacio Casatti <horacio.casatti@mercadolibre.com>',
3030
author_email='horacio.casatti@mercadolibre.com',
3131
keywords='api mercadopago checkout payment ipn sdk integration',

0 commit comments

Comments
 (0)