From 2ad413a551c23e44f8acf4e9820ade9ef4cc0ff6 Mon Sep 17 00:00:00 2001 From: DillonEnge Date: Thu, 5 Oct 2023 10:07:52 -0400 Subject: [PATCH] Bump to 3.2.0 --- python/synse_grpc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/synse_grpc/__init__.py b/python/synse_grpc/__init__.py index 030da0a..02510e3 100644 --- a/python/synse_grpc/__init__.py +++ b/python/synse_grpc/__init__.py @@ -1,7 +1,7 @@ """Synse gRPC API for plugin communication.""" __title__ = 'synse_grpc' -__version__ = '3.1.0' +__version__ = '3.2.0' __description__ = 'The Synse gRPC API for plugin communication.' __author__ = 'Vapor IO' __author_email__ = 'vapor@vapor.io'