We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9aff10 + 0381cd5 commit 114ec4bCopy full SHA for 114ec4b
README.md
@@ -78,6 +78,9 @@ Note that the [sync client](https://github.com/InjectiveLabs/sdk-python/blob/mas
78
79
80
### Changelogs
81
+**0.5.7.1**
82
+* Add optional argument to bypass ini file load in binary options
83
+
84
**0.5.7.0**
85
* Add GetTxRequest Tendermint
86
* Re-gen ini files
setup.py
@@ -17,7 +17,7 @@
17
EMAIL = "achilleas@injectivelabs.com"
18
AUTHOR = "Injective Labs"
19
REQUIRES_PYTHON = ">=3.7.0"
20
-VERSION = "0.5.7.0"
+VERSION = "0.5.7.1"
21
22
REQUIRED = [
23
"grpcio",
0 commit comments