Skip to content

Commit 03b0606

Browse files
committed
Change version
1 parent 083a825 commit 03b0606

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.8"
13+
self.__version = "2.0.9"
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.8",
11+
version="2.0.9",
1212
description="Mercadopago SDK module for Payments integration",
1313
author="Mercado Pago SDK",
1414
author_email="mp_sdk@mercadopago.com",

0 commit comments

Comments
 (0)