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.
2 parents 76f7231 + fe9169c commit 82f8396Copy full SHA for 82f8396
mercadopago/config/config.py
@@ -10,7 +10,7 @@ class Config:
10
"""
11
12
def __init__(self):
13
- self.__version = "2.2.1"
+ self.__version = "2.2.2"
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
@@ -12,7 +12,7 @@
setup(
name="mercadopago",
- version="2.2.1",
+ version="2.2.2",
description="Mercadopago SDK module for Payments integration",
17
author="Mercado Pago SDK",
18
author_email="mp_sdk@mercadopago.com",
0 commit comments