Skip to content

Commit

Permalink
Merge pull request #129 from InjectiveLabs/f/release_v0.5.7.1
Browse files Browse the repository at this point in the history
chore: release v0.5.7.1
  • Loading branch information
achilleas-kal authored Jul 12, 2022
2 parents f9aff10 + 0381cd5 commit 114ec4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ Note that the [sync client](https://github.com/InjectiveLabs/sdk-python/blob/mas


### Changelogs
**0.5.7.1**
* Add optional argument to bypass ini file load in binary options

**0.5.7.0**
* Add GetTxRequest Tendermint
* Re-gen ini files
Expand Down
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.5.7.0"
VERSION = "0.5.7.1"

REQUIRED = [
"grpcio",
Expand Down

0 comments on commit 114ec4b

Please sign in to comment.