Skip to content

Commit 77dc0cd

Browse files
committed
Update changelogs and bump version
Update changelogs and bump version
1 parent bb08af2 commit 77dc0cd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ python pyinjective/fetch_metadata.py
8686

8787

8888
### Changelogs
89+
0.5.5.8
90+
* fix stream_bids in async client
91+
* add more messages in MsgResponses for simulation
92+
8993
0.5.5.5
9094
* Refactor LCD endpoints
9195
* regen ini files

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
AUTHOR = "Injective Labs"
1919
REQUIRES_PYTHON = ">=3.7.0"
20-
VERSION = "0.5.5.7"
20+
VERSION = "0.5.5.8"
2121

2222
REQUIRED = [
2323
"grpcio",

0 commit comments

Comments
 (0)