From d79c9a7e335e4aa555bfd43f334d0acd7c4717af Mon Sep 17 00:00:00 2001 From: abel Date: Mon, 16 Oct 2023 12:11:55 -0300 Subject: [PATCH 1/2] (fix) Updated TIA future market id in mainnet ini file --- pyinjective/denoms_mainnet.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyinjective/denoms_mainnet.ini b/pyinjective/denoms_mainnet.ini index 1f3fe227..71706e68 100644 --- a/pyinjective/denoms_mainnet.ini +++ b/pyinjective/denoms_mainnet.ini @@ -565,7 +565,7 @@ min_display_price_tick_size = 0.0001 min_quantity_tick_size = 0.1 min_display_quantity_tick_size = 0.1 -[0x4b7a550e1760cbd2c6ccb97562c56878083b92e32d07e9e3326945c6e60e6b60] +[0x64c3a57b693ede854b0a2794ed5c99546925d1fbe74d91a2e3286e4155a00dee] description = 'Mainnet Derivative TIA/USDT-30NOV2023 PERP' base = 0 quote = 6 From b564a3e15df8a5ff81ce45542942cde882b866c0 Mon Sep 17 00:00:00 2001 From: abel Date: Mon, 16 Oct 2023 12:14:29 -0300 Subject: [PATCH 2/2] (fix) Updated version number and changelog --- README.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ad1d67d..e094c565 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,9 @@ poetry run pytest -v ``` ### Changelogs +**0.9.3** +* Updated TIA/USDT-30NOV2023 market id in denoms_mainnet.ini file + **0.9.2** * Added fix to the grpc import error in Mac with M1 and M2 chips diff --git a/pyproject.toml b/pyproject.toml index 737dbd6a..07bbadb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "injective-py" -version = "0.9.2" +version = "0.9.3" description = "Injective Python SDK, with Exchange API Client" authors = ["Injective Labs "] license = "Apache-2.0"