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 def1f7d commit 598d74dCopy full SHA for 598d74d
README.md
@@ -78,12 +78,15 @@ Note that the [sync client](https://github.com/InjectiveLabs/sdk-python/blob/mas
78
79
80
### Changelogs
81
+**0.6.0.2**
82
+* Re-gen mainnet denoms
83
+
84
**0.6.0.0**
85
* Change default network to LB
-* Re-gen denoms mainnet
86
87
88
**0.5.9.7**
89
90
91
**0.5.9.6**
92
* Re-gen proto
setup.py
@@ -17,7 +17,7 @@
17
EMAIL = "[email protected]"
18
AUTHOR = "Injective Labs"
19
REQUIRES_PYTHON = ">=3.7.0"
20
-VERSION = "0.6.0.1"
+VERSION = "0.6.0.2"
21
22
REQUIRED = [
23
"protobuf==3.19.1",
0 commit comments