Skip to content

Commit 346ce73

Browse files
authored
Merge pull request #76 from mercadopago/release/2.2.3
Bump version to 2.2.3
2 parents 481d2cd + 3dd4e24 commit 346ce73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mercadopago/config/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Config:
1010
"""
1111

1212
def __init__(self):
13-
self.__version = "2.2.2"
13+
self.__version = "2.2.3"
1414
self.__user_agent = "MercadoPago Python SDK v" + self.__version
1515
self.__product_id = "bc32bpftrpp001u8nhlg"
1616
self.__tracking_id = "platform:" + platform.python_version()

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mercadopago"
7-
version = "2.2.2"
7+
version = "2.2.3"
88
authors = [
99
{name = "Mercado Pago", email = "[email protected]"}
1010
]

0 commit comments

Comments
 (0)