File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ <h1 class="title">Module <code>mercadopago.config.config</code></h1>
3939 """
4040
4141 def __init__(self):
42- self.__version = "2.0.9 "
42+ self.__version = "2.0.10 "
4343 self.__user_agent = "MercadoPago Python SDK v" + self.__version
4444 self.__product_id = "bc32bpftrpp001u8nhlg"
4545 self.__tracking_id = "platform:" + platform.python_version()
@@ -123,7 +123,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
123123 """
124124
125125 def __init__(self):
126- self.__version = "2.0.9 "
126+ self.__version = "2.0.10 "
127127 self.__user_agent = "MercadoPago Python SDK v" + self.__version
128128 self.__product_id = "bc32bpftrpp001u8nhlg"
129129 self.__tracking_id = "platform:" + platform.python_version()
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
7575 """
7676
7777 def __init__(self):
78- self.__version = "2.0.9 "
78+ self.__version = "2.0.10 "
7979 self.__user_agent = "MercadoPago Python SDK v" + self.__version
8080 self.__product_id = "bc32bpftrpp001u8nhlg"
8181 self.__tracking_id = "platform:" + platform.python_version()
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class Config:
1010 """
1111
1212 def __init__ (self ):
13- self .__version = "2.0.9 "
13+ self .__version = "2.0.10 "
1414 self .__user_agent = "MercadoPago Python SDK v" + self .__version
1515 self .__product_id = "bc32bpftrpp001u8nhlg"
1616 self .__tracking_id = "platform:" + platform .python_version ()
Original file line number Diff line number Diff line change 1212
1313setup (
1414 name = "mercadopago" ,
15- version = "2.0.9 " ,
15+ version = "2.0.10 " ,
1616 description = "Mercadopago SDK module for Payments integration" ,
1717 author = "Mercado Pago SDK" ,
1818
You can’t perform that action at this time.
0 commit comments