Skip to content

Commit

Permalink
Update release version, readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nhannamsiu committed Sep 17, 2021
1 parent d813a61 commit 70d3d24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
EMAIL = "[email protected]"
AUTHOR = "Injective Labs"
REQUIRES_PYTHON = ">=3.7.0"
VERSION = "0.4.4"
VERSION = "0.4.2"

REQUIRED = [
"grpcio",
Expand Down

0 comments on commit 70d3d24

Please sign in to comment.