diff --git a/README.md b/README.md index 3813d70d..15f9a638 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,9 @@ poetry run pytest -v ``` ### Changelogs +**0.9.8** +* Synchronized markets and tokens config files to add PYTH/USDT spot market + **0.9.7** * Added PYTH/USDT PERP market info in mainnet metadata ini file diff --git a/pyproject.toml b/pyproject.toml index 4c8e10f1..8a64060a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "injective-py" -version = "0.9.7" +version = "0.9.8" description = "Injective Python SDK, with Exchange API Client" authors = ["Injective Labs "] license = "Apache-2.0"