From 0c4379fb476b41f5193de7cd602e24668c0fb268 Mon Sep 17 00:00:00 2001 From: Jonas Vautherin Date: Thu, 19 May 2022 16:55:46 +0200 Subject: [PATCH] Update setup.py Bump protoc-gen-mavsdk to 1.0.3 --- pb_plugins/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pb_plugins/setup.py b/pb_plugins/setup.py index 614e54743..03c8ce66f 100644 --- a/pb_plugins/setup.py +++ b/pb_plugins/setup.py @@ -28,7 +28,7 @@ def parse_requirements(filename): setup( name="protoc-gen-mavsdk", - version="1.0.2", + version="1.0.3", description="Protoc plugin used to generate MAVSDK bindings", url="https://github.com/mavlink/MAVSDK-Proto", maintainer="Jonas Vautherin, Julian Oes",