Skip to content

Commit 70d3d24

Browse files
committed
Update release version, readme
1 parent d813a61 commit 70d3d24

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,18 @@ WARNING: Additional context: user = True home = None root = None prefix
4949

5050
### Development
5151
1. Generate proto binding & build
52-
5352
```
5453
make gen
5554
python -m build
5655
```
5756

58-
1. Enable dev env
57+
2. Enable dev env
5958
```
6059
pipenv shell
6160
pipenv install --dev
6261
```
6362

64-
1. Install pkg
63+
3. Install pkg
6564
```
6665
# from local build
6766
pip uninstall injective-py
@@ -72,16 +71,11 @@ pip uninstall injective-py
7271
pip install injective-py
7372
```
7473

75-
1. Fetch latest denom config
74+
4. Fetch latest denom config
7675
```
7776
python pyinjective/fetch_metadata.py
7877
```
7978

80-
1. Run an example
81-
```
82-
python examples/chain_client_examples/1_CosmosBankMsgSend.py
83-
```
84-
8579
## License
8680

8781
Apache Software License 2.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
EMAIL = "max@injectiveprotocol.com"
1818
AUTHOR = "Injective Labs"
1919
REQUIRES_PYTHON = ">=3.7.0"
20-
VERSION = "0.4.4"
20+
VERSION = "0.4.2"
2121

2222
REQUIRED = [
2323
"grpcio",

0 commit comments

Comments
 (0)