From 1b4a6e2c343cb3b4326d0bf81d5bf527c1278b6e Mon Sep 17 00:00:00 2001 From: Florent Date: Mon, 14 Apr 2025 14:21:39 +0200 Subject: [PATCH] latest release with meshcore_py < 1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index abf79b6..99b87cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "meshcore-cli" -version = "0.3.6" +version = "0.4.0" 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.2" ] +dependencies = [ "meshcore >= 0.4.2, == 0.4.*" ] [project.urls] Homepage = "https://github.com/fdlamotte/meshcore-cli"