Skip to content

Commit dbb6df3

Browse files
author
Nicholas Pedroso
committed
Change version
1 parent 06a8940 commit dbb6df3

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
@@ -33,7 +33,7 @@ class MPInvalidCredentials(MPException):
3333

3434

3535
class MP(object):
36-
version = "1.2.0"
36+
version = "1.2.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
@@ -28,7 +28,7 @@ def run(self):
2828

2929
setup(
3030
name='mercadopago',
31-
version='1.2.0',
31+
version='1.2.1',
3232
author="MP SDK <[email protected]>",
3333
author_email="[email protected]",
3434
keywords="api mercadopago checkout payment ipn sdk integration",

0 commit comments

Comments
 (0)