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 28b399a + 79d95a3 commit 6eebba0Copy full SHA for 6eebba0
README.md
@@ -78,6 +78,10 @@ Note that the [sync client](https://github.com/InjectiveLabs/sdk-python/blob/mas
78
79
80
### Changelogs
81
+**0.5.8.7**
82
+* Add testnet ini metadata
83
+* Fix account pb import
84
+
85
**0.5.8.6**
86
* Add logic to handle cached sequence in client with gRPC
87
* Fix get_account with EthAccount type and added cookie support
setup.py
@@ -17,7 +17,7 @@
17
EMAIL = "[email protected]"
18
AUTHOR = "Injective Labs"
19
REQUIRES_PYTHON = ">=3.7.0"
20
-VERSION = "0.5.8.6"
+VERSION = "0.5.8.7"
21
22
REQUIRED = [
23
"protobuf==3.19.1",
0 commit comments