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.
1 parent 7bf9a25 commit e96831dCopy full SHA for e96831d
README.md
@@ -80,6 +80,7 @@ Note that the [sync client](https://github.com/InjectiveLabs/sdk-python/blob/mas
80
### Changelogs
81
**0.5.7.5**
82
* Fix MsgExternalTransfer
83
+* Adapt TradesRequest to optional args
84
85
**0.5.7.4**
86
* Refactor fetch_metadata script to use K8S
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.4"
+VERSION = "0.5.7.5"
21
22
REQUIRED = [
23
"grpcio",
0 commit comments