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 32904ad commit 272ad72Copy full SHA for 272ad72
README.md
@@ -86,6 +86,9 @@ python pyinjective/fetch_metadata.py
86
87
88
### Changelogs
89
+0.5.3
90
+* add skip, and limit to trade request
91
+
92
0.5.2
93
* add sync init_num_seq, changed previous init_num_seq to async_init_num_seq
94
* add staging mainnet endpoint, update market metadata
setup.py
@@ -17,7 +17,7 @@
17
EMAIL = "max@injectiveprotocol.com"
18
AUTHOR = "Injective Labs"
19
REQUIRES_PYTHON = ">=3.7.0"
20
-VERSION = "0.5.2"
+VERSION = "0.5.3"
21
22
REQUIRED = [
23
"grpcio",
0 commit comments