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 6dc7b82 commit 74c9153Copy full SHA for 74c9153
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.6.2.0**
82
+* Add MsgUnderwrite, MsgRequestRedemption in Composer
83
+
84
**0.6.1.8**
85
* Add MsgCreateInsuranceFund in Composer
86
* Re-gen mainnet denoms
setup.py
@@ -17,7 +17,7 @@
17
EMAIL = "[email protected]"
18
AUTHOR = "Injective Labs"
19
REQUIRES_PYTHON = ">=3.7.0"
20
-VERSION = "0.6.1.9"
+VERSION = "0.6.2.0"
21
22
REQUIRED = [
23
"protobuf",
0 commit comments