From 9e266edebb5554d3d963a2503fe172b49cda763e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Tue, 30 Nov 2021 15:26:50 -0300 Subject: [PATCH] setup: Update to 0.1.4 version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ebdc358..3a746cc 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ """ setup(name='bluerobotics-ping', - version='0.1.3', + version='0.1.4', python_requires='>=3.4', description='A python module for the Blue Robotics ping-protocol and products', long_description=long_description,