Skip to content

Commit

Permalink
Bump sdk version in Config class
Browse files Browse the repository at this point in the history
  • Loading branch information
romerosilva committed Aug 16, 2023
1 parent 8dee9e3 commit 69b4e06
Showing 1 changed file with 1 addition and 1 deletion.
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.2.0"
self.__version = "2.2.1"
self.__user_agent = "MercadoPago Python SDK v" + self.__version
self.__product_id = "bc32bpftrpp001u8nhlg"
self.__tracking_id = "platform:" + platform.python_version()
Expand Down

0 comments on commit 69b4e06

Please sign in to comment.