Skip to content

Commit e69cf89

Browse files
author
Sebastian Gun
committed
bumped version
1 parent a18aafe commit e69cf89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mercadopago/mercadopago.py

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

3232

3333
class MP(object):
34-
version = "0.3.3"
34+
version = "0.3.4"
3535
__access_data = None
3636
__ll_access_token = None
3737
__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='0.3.3',
28+
version='0.3.4',
2929
author='Horacio Casatti <[email protected]>',
3030
author_email='[email protected]',
3131
keywords='api mercadopago checkout payment ipn sdk integration',

0 commit comments

Comments
 (0)