We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 083a825 commit 03b0606Copy full SHA for 03b0606
2 files changed
mercadopago/config/config.py
@@ -10,7 +10,7 @@ class Config():
10
"""
11
12
def __init__(self):
13
- self.__version = "2.0.8"
+ self.__version = "2.0.9"
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.8",
+ version="2.0.9",
description="Mercadopago SDK module for Payments integration",
author="Mercado Pago SDK",
author_email="mp_sdk@mercadopago.com",
0 commit comments