Skip to content

Commit 82f8396

Browse files
authored
Merge pull request #72 from mercadopago/release/2.2.2
Bump version to 2.2.2
2 parents 76f7231 + fe9169c commit 82f8396

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.1"
13+
self.__version = "2.2.2"
1414
self.__user_agent = "MercadoPago Python SDK v" + self.__version
1515
self.__product_id = "bc32bpftrpp001u8nhlg"
1616
self.__tracking_id = "platform:" + platform.python_version()

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="mercadopago",
15-
version="2.2.1",
15+
version="2.2.2",
1616
description="Mercadopago SDK module for Payments integration",
1717
author="Mercado Pago SDK",
1818
author_email="mp_sdk@mercadopago.com",

0 commit comments

Comments
 (0)