From ff0450a1faf47118c32c7c61004ce63770cbea4a Mon Sep 17 00:00:00 2001 From: Gwendal Raoul Date: Thu, 4 Jul 2024 17:53:49 +0200 Subject: [PATCH] Set version of transport for 1.4.5_rc3 --- 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 264f838e..53b0d0c1 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.4.5rc2" +__version__ = "1.4.5rc3" __keywords__ = "wirepas connectivity iot mesh"