diff --git a/README.md b/README.md index 30ae2546..1cfd728d 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,10 @@ python pyinjective/fetch_metadata.py ### Changelogs +0.5.5.5 +* Refactor LCD endpoints +* regen ini files + 0.5.5.1 * Add ATOM back to denoms_mainnet.ini diff --git a/setup.py b/setup.py index fde969cf..548f4f02 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ EMAIL = "max@injectiveprotocol.com" AUTHOR = "Injective Labs" REQUIRES_PYTHON = ">=3.7.0" -VERSION = "0.5.5.4" +VERSION = "0.5.5.5" REQUIRED = [ "grpcio",