From 3ab2351f8b8da835b65d92f05a384b08191cf330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Thu, 7 Sep 2023 10:16:44 -0300 Subject: [PATCH] setup: Update version to v0.1.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3a746cc..17a3fd3 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ """ setup(name='bluerobotics-ping', - version='0.1.4', + version='0.1.5', python_requires='>=3.4', description='A python module for the Blue Robotics ping-protocol and products', long_description=long_description,