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",