From 70d3d24373daaf0b5a1f5e48c931473084413bbc Mon Sep 17 00:00:00 2001 From: nhannamsiu Date: Fri, 17 Sep 2021 07:55:05 +0700 Subject: [PATCH] Update release version, readme --- README.md | 12 +++--------- setup.py | 2 +- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e7a5d97d..b9b532bb 100644 --- a/README.md +++ b/README.md @@ -49,19 +49,18 @@ WARNING: Additional context: user = True home = None root = None prefix ### Development 1. Generate proto binding & build - ``` make gen python -m build ``` -1. Enable dev env +2. Enable dev env ``` pipenv shell pipenv install --dev ``` -1. Install pkg +3. Install pkg ``` # from local build pip uninstall injective-py @@ -72,16 +71,11 @@ pip uninstall injective-py pip install injective-py ``` -1. Fetch latest denom config +4. Fetch latest denom config ``` python pyinjective/fetch_metadata.py ``` -1. Run an example -``` -python examples/chain_client_examples/1_CosmosBankMsgSend.py -``` - ## License Apache Software License 2.0 diff --git a/setup.py b/setup.py index d7a87e45..1d4b4b42 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ EMAIL = "max@injectiveprotocol.com" AUTHOR = "Injective Labs" REQUIRES_PYTHON = ">=3.7.0" -VERSION = "0.4.4" +VERSION = "0.4.2" REQUIRED = [ "grpcio",