We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a18aafe commit e69cf89Copy full SHA for e69cf89
2 files changed
mercadopago/mercadopago.py
@@ -31,7 +31,7 @@ class MPInvalidCredentials(MPException):
31
32
33
class MP(object):
34
- version = "0.3.3"
+ version = "0.3.4"
35
__access_data = None
36
__ll_access_token = None
37
__sandbox = False
setup.py
@@ -25,7 +25,7 @@ def run(self):
25
26
setup(
27
name='mercadopago',
28
- version='0.3.3',
+ version='0.3.4',
29
author='Horacio Casatti <horacio.casatti@mercadolibre.com>',
30
author_email='horacio.casatti@mercadolibre.com',
keywords='api mercadopago checkout payment ipn sdk integration',
0 commit comments