We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a602ff commit 8c4bca3Copy full SHA for 8c4bca3
mercadopago/config/config.py
@@ -10,7 +10,7 @@ class Config():
10
"""
11
12
def __init__(self):
13
- self.__version = "2.0.7"
+ self.__version = "2.0.8"
14
self.__user_agent = "MercadoPago Python SDK v" + self.__version
15
self.__product_id = "bc32bpftrpp001u8nhlg"
16
self.__tracking_id = "platform:" + platform.python_version()
setup.py
@@ -8,7 +8,7 @@
8
9
setup(
name="mercadopago",
- version="2.0.7",
+ version="2.0.8",
description="Mercadopago SDK module for Payments integration",
author="Mercado Pago SDK",
author_email="[email protected]",
0 commit comments