From 4118b56e0addd913f0f63ea62450eedfaec67ce6 Mon Sep 17 00:00:00 2001 From: Badiboy Date: Tue, 25 Jan 2022 12:57:51 +0300 Subject: [PATCH] Readme fix and bump version --- README.md | 2 +- pyTONPublicAPI/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da5bf19..aca79bb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Python implementation of TON Public API (https://ton.sh/api) for The Open Network (TON). # Installation -Installation using pip (a Python package manager)*: +Installation using pip (a Python package manager): ``` $ pip install pyTONPublicAPI ``` diff --git a/pyTONPublicAPI/version.py b/pyTONPublicAPI/version.py index 53a9116..2bbb3f2 100644 --- a/pyTONPublicAPI/version.py +++ b/pyTONPublicAPI/version.py @@ -1,3 +1,3 @@ # Versions should comply with PEP440. # This line is parsed in setup.py: -__version__ = '0.0.2' +__version__ = '0.0.3'