Skip to content

Commit 114ec4b

Browse files
Merge pull request #129 from InjectiveLabs/f/release_v0.5.7.1
chore: release v0.5.7.1
2 parents f9aff10 + 0381cd5 commit 114ec4b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ Note that the [sync client](https://github.com/InjectiveLabs/sdk-python/blob/mas
7878

7979

8080
### Changelogs
81+
**0.5.7.1**
82+
* Add optional argument to bypass ini file load in binary options
83+
8184
**0.5.7.0**
8285
* Add GetTxRequest Tendermint
8386
* Re-gen ini files

setup.py

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

2222
REQUIRED = [
2323
"grpcio",

0 commit comments

Comments
 (0)