From 101313c9534864e50da6bbdf052801dc4fb1849d Mon Sep 17 00:00:00 2001 From: "peiyun@inj21" Date: Wed, 25 Aug 2021 10:49:42 -0400 Subject: [PATCH] bump version to 0.3.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c86feb41..60d14e41 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.1" +VERSION = "0.3.2" REQUIRED = [ "grpcio",