We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a20151 commit cd7c5c1Copy full SHA for cd7c5c1
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.5.9.4**
82
+* Re-gen mainnet denoms
83
+
84
**0.5.9.2**
85
* Fix margin conversion for binary options
86
setup.py
@@ -17,7 +17,7 @@
17
EMAIL = "achilleas@injectivelabs.com"
18
AUTHOR = "Injective Labs"
19
REQUIRES_PYTHON = ">=3.7.0"
20
-VERSION = "0.5.9.3"
+VERSION = "0.5.9.4"
21
22
REQUIRED = [
23
"protobuf==3.19.1",
0 commit comments