Skip to content

Commit

Permalink
Change version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Pedroso committed Apr 1, 2021
1 parent 06a8940 commit dbb6df3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mercadopago/mercadopago.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class MPInvalidCredentials(MPException):


class MP(object):
version = "1.2.0"
version = "1.2.1"
__access_data = None
__ll_access_token = None
__sandbox = False
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def run(self):

setup(
name='mercadopago',
version='1.2.0',
version='1.2.1',
author="MP SDK <mp_sdk@mercadopago.com>",
author_email="mp_sdk@mercadopago.com",
keywords="api mercadopago checkout payment ipn sdk integration",
Expand Down

0 comments on commit dbb6df3

Please sign in to comment.