Skip to content

Commit 8c4bca3

Browse files
committed
Increase SDK version from 2.0.7 to 2.0.8
1 parent 5a602ff commit 8c4bca3

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.0.7"
13+
self.__version = "2.0.8"
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
@@ -8,7 +8,7 @@
88

99
setup(
1010
name="mercadopago",
11-
version="2.0.7",
11+
version="2.0.8",
1212
description="Mercadopago SDK module for Payments integration",
1313
author="Mercado Pago SDK",
1414
author_email="[email protected]",

0 commit comments

Comments
 (0)