Skip to content

Commit 272ad72

Browse files
author
DrunkRandomWalker
committed
bump version
1 parent 32904ad commit 272ad72

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
@@ -86,6 +86,9 @@ python pyinjective/fetch_metadata.py
8686

8787

8888
### Changelogs
89+
0.5.3
90+
* add skip, and limit to trade request
91+
8992
0.5.2
9093
* add sync init_num_seq, changed previous init_num_seq to async_init_num_seq
9194
* add staging mainnet endpoint, update market metadata

setup.py

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

2222
REQUIRED = [
2323
"grpcio",

0 commit comments

Comments
 (0)