File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ This module is designed for quick interaction with the monobank API
55monobank_api_client
66
77## Installation
8- This framework is published at the TestPyPI , install it with pip:
8+ This framework is published at the PyPI , install it with pip:
99
10- py -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ monobank-api-client
10+ pip install monobank-api-client
1111
1212## Usage
1313
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ def readme():
88
99setup (
1010 name = "monobank_api_client" ,
11- version = "0.2.1 " ,
11+ version = "1.0.0 " ,
1212 author = "ihor.sotnyk" ,
1313 author_email = "ihor.sotnyk@onix-systems.com" ,
1414 description = "This module is designed for quick interaction with the monobank API." ,
You can’t perform that action at this time.
0 commit comments