From f5721c06aa19b607feffcecc71ba1b12959e3c63 Mon Sep 17 00:00:00 2001 From: "peiyun@inj21" Date: Fri, 20 Aug 2021 18:47:58 -0400 Subject: [PATCH] bump version to 0.3.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5f63b8f0..c86feb41 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ EMAIL = "max@injectiveprotocol.com" AUTHOR = "Injective Labs" REQUIRES_PYTHON = ">=3.6.0" -VERSION = "0.3.0" +VERSION = "0.3.1" REQUIRED = [ "grpcio",