From 871e0bb4f72e7599021b5bde72d3919dba25e2eb Mon Sep 17 00:00:00 2001 From: Achilleas Kalantzis Date: Thu, 15 Sep 2022 23:16:14 +0300 Subject: [PATCH] chore: release 0.5.8.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 67c1c09a..32f90246 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.2" +VERSION = "0.5.8.3" REQUIRED = [ "grpcio",