From b4cc15cc6975cf41c9999db75b2ed2325c992c6c Mon Sep 17 00:00:00 2001 From: Florent Date: Fri, 27 Feb 2026 09:34:52 -0400 Subject: [PATCH] v1.4.4 --- pyproject.toml | 4 ++-- src/meshcore_cli/meshcore_cli.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 22489c2..5b19e97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "meshcore-cli" -version = "1.4.3" +version = "1.4.4" authors = [ { name="Florent de Lamotte", email="florent@frizoncorrea.fr" }, ] @@ -17,7 +17,7 @@ classifiers = [ ] license = "MIT" license-files = ["LICEN[CS]E*"] -dependencies = [ "meshcore >= 2.2.10", +dependencies = [ "meshcore >= 2.2.15", "bleak >= 0.22", "prompt_toolkit >= 3.0.50", "requests >= 2.28.0", diff --git a/src/meshcore_cli/meshcore_cli.py b/src/meshcore_cli/meshcore_cli.py index 029a917..50a7727 100644 --- a/src/meshcore_cli/meshcore_cli.py +++ b/src/meshcore_cli/meshcore_cli.py @@ -37,7 +37,7 @@ import re from meshcore import MeshCore, EventType, logger # Version -VERSION = "v1.4.3" +VERSION = "v1.4.4" # default ble address is stored in a config file MCCLI_CONFIG_DIR = str(Path.home()) + "/.config/meshcore/"