From 79d95a37cb08c2919dc20f264e5c5316ff2470ec Mon Sep 17 00:00:00 2001 From: Achilleas Kalantzis Date: Thu, 20 Oct 2022 18:36:13 +0300 Subject: [PATCH] chore: release 0.5.8.7 --- README.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fee5e6d8..4d27f25b 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,10 @@ Note that the [sync client](https://github.com/InjectiveLabs/sdk-python/blob/mas ### Changelogs +**0.5.8.7** +* Add testnet ini metadata +* Fix account pb import + **0.5.8.6** * Add logic to handle cached sequence in client with gRPC * Fix get_account with EthAccount type and added cookie support diff --git a/setup.py b/setup.py index edc7da68..836f77c2 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ EMAIL = "achilleas@injectivelabs.com" AUTHOR = "Injective Labs" REQUIRES_PYTHON = ">=3.7.0" -VERSION = "0.5.8.6" +VERSION = "0.5.8.7" REQUIRED = [ "protobuf==3.19.1",