From 6b95fc2848f41d4f68b9bcc4da7731bc2efbde70 Mon Sep 17 00:00:00 2001 From: Gwendal <47559821+GwendalRaoul@users.noreply.github.com> Date: Fri, 12 Mar 2021 13:56:44 +0100 Subject: [PATCH] Change transport version for 1.4.0rc1 --- python_transport/wirepas_gateway/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_transport/wirepas_gateway/__about__.py b/python_transport/wirepas_gateway/__about__.py index 7f8bd0b1..f9e3cb8c 100644 --- a/python_transport/wirepas_gateway/__about__.py +++ b/python_transport/wirepas_gateway/__about__.py @@ -19,5 +19,5 @@ __pkg_name__ = "wirepas_gateway" __title__ = "Wirepas Gateway Transport Service" __url__ = "https://github.com/wirepas/gateway" -__version__ = "1.3.1" +__version__ = "1.4.0rc1" __keywords__ = "wirepas connectivity iot mesh"