most things work ...

This commit is contained in:
Florent 2025-04-14 18:01:27 +02:00
parent 1b4a6e2c34
commit c92e1c810c
2 changed files with 81 additions and 66 deletions

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "meshcore-cli"
version = "0.4.0"
version = "0.5.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, == 0.4.*" ]
dependencies = [ "meshcore >= 1.9.1" ]
[project.urls]
Homepage = "https://github.com/fdlamotte/meshcore-cli"