From c26bfbf1b227ee84e4caff392bc5fbf012bbd5eb Mon Sep 17 00:00:00 2001 From: Florent Date: Mon, 2 Jun 2025 15:25:42 +0200 Subject: [PATCH] ver bump --- src/meshcore_cli/meshcore_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshcore_cli/meshcore_cli.py b/src/meshcore_cli/meshcore_cli.py index 60bef8a..407e064 100644 --- a/src/meshcore_cli/meshcore_cli.py +++ b/src/meshcore_cli/meshcore_cli.py @@ -22,7 +22,7 @@ from meshcore import TCPConnection, BLEConnection, SerialConnection from meshcore import MeshCore, EventType, logger # Version -VERSION = "v1.0.0" +VERSION = "v1.0.1" # default ble address is stored in a config file MCCLI_CONFIG_DIR = str(Path.home()) + "/.config/meshcore/"