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 481d2cd + 3dd4e24 commit 346ce73Copy full SHA for 346ce73
mercadopago/config/config.py
@@ -10,7 +10,7 @@ class Config:
10
"""
11
12
def __init__(self):
13
- self.__version = "2.2.2"
+ self.__version = "2.2.3"
14
self.__user_agent = "MercadoPago Python SDK v" + self.__version
15
self.__product_id = "bc32bpftrpp001u8nhlg"
16
self.__tracking_id = "platform:" + platform.python_version()
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "mercadopago"
7
-version = "2.2.2"
+version = "2.2.3"
8
authors = [
9
{name = "Mercado Pago", email = "[email protected]"}
]
0 commit comments