Skip to content

Commit 9d5ae1e

Browse files
committed
docs(main): Update README
1 parent db86b42 commit 9d5ae1e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ This module is designed for quick interaction with the monobank API
55
monobank_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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def readme():
88

99
setup(
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.",

0 commit comments

Comments
 (0)