From 957da74c722fbb59cf3c38b80a4856b5313058b8 Mon Sep 17 00:00:00 2001 From: Florent Date: Fri, 6 Mar 2026 18:55:21 -0400 Subject: [PATCH] v1.4.9 --- pyproject.toml | 2 +- src/meshcore_cli/meshcore_cli.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 58dca30..86d6dd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "meshcore-cli" -version = "1.4.8" +version = "1.4.9" authors = [ { name="Florent de Lamotte", email="florent@frizoncorrea.fr" }, ] diff --git a/src/meshcore_cli/meshcore_cli.py b/src/meshcore_cli/meshcore_cli.py index 3f946a0..89652d2 100644 --- a/src/meshcore_cli/meshcore_cli.py +++ b/src/meshcore_cli/meshcore_cli.py @@ -35,7 +35,7 @@ import re from meshcore import MeshCore, EventType, logger # Version -VERSION = "v1.4.8" +VERSION = "v1.4.9" # default ble address is stored in a config file