From b8a63fecefccac54e8af51119d9203fcc0267dd4 Mon Sep 17 00:00:00 2001 From: Florent Date: Wed, 9 Apr 2025 18:20:57 +0200 Subject: [PATCH] change dep on meshcore_py --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e421e7e..abf79b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "meshcore-cli" -version = "0.3.5" +version = "0.3.6" authors = [ { name="Florent de Lamotte", email="florent@frizoncorrea.fr" }, ] @@ -17,7 +17,7 @@ classifiers = [ ] license = "MIT" license-files = ["LICEN[CS]E*"] -dependencies = [ "meshcore >= 0.4.1" ] +dependencies = [ "meshcore >= 0.4.2" ] [project.urls] Homepage = "https://github.com/fdlamotte/meshcore-cli"