Skip to content

Commit

Permalink
Bump version to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renanneri01 committed Jun 26, 2024
1 parent 481d2cd commit 3dd4e24
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.2.2"
self.__version = "2.2.3"
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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mercadopago"
version = "2.2.2"
version = "2.2.3"
authors = [
{name = "Mercado Pago", email = "mp_sdk@mercadopago.com"}
]
Expand Down

0 comments on commit 3dd4e24

Please sign in to comment.