Skip to content

Commit 259ee02

Browse files
updated references 2.0.1
1 parent 3aa944d commit 259ee02

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
@@ -12,7 +12,7 @@
1212

1313

1414
class MP(object):
15-
version = "2.0.0"
15+
version = "2.0.1"
1616
__sandbox = False
1717
card = None
1818
cardtoken = None

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="2.0.0",
31+
version="2.0.1",
3232
author="MP SDK <mp_sdk@mercadopago.com>",
3333
author_email="mp_sdk@mercadopago.com",
3434
keywords="api mercadopago checkout payment ipn sdk integration",

0 commit comments

Comments
 (0)