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 5c5d44e commit d6a5f9cCopy full SHA for d6a5f9c
README.md
@@ -78,6 +78,9 @@ poetry run pytest -v
78
```
79
80
### Changelogs
81
+**0.9.8**
82
+* Synchronized markets and tokens config files to add PYTH/USDT spot market
83
+
84
**0.9.7**
85
* Added PYTH/USDT PERP market info in mainnet metadata ini file
86
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "injective-py"
3
-version = "0.9.7"
+version = "0.9.8"
4
description = "Injective Python SDK, with Exchange API Client"
5
authors = ["Injective Labs <[email protected]>"]
6
license = "Apache-2.0"
0 commit comments