Skip to content

Commit

Permalink
Increase SDK version from 2.0.7 to 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rhames07 committed Sep 23, 2021
1 parent 5a602ff commit 8c4bca3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mercadopago/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Config():
"""

def __init__(self):
self.__version = "2.0.7"
self.__version = "2.0.8"
self.__user_agent = "MercadoPago Python SDK v" + self.__version
self.__product_id = "bc32bpftrpp001u8nhlg"
self.__tracking_id = "platform:" + platform.python_version()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="mercadopago",
version="2.0.7",
version="2.0.8",
description="Mercadopago SDK module for Payments integration",
author="Mercado Pago SDK",
author_email="[email protected]",
Expand Down

0 comments on commit 8c4bca3

Please sign in to comment.