mcpy 1.9.4 fixes issue with send_chan_msg

This commit is contained in:
Florent 2025-04-15 13:55:05 +02:00
parent 76cbbf1536
commit 5a196ccdfa

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "meshcore-cli"
version = "0.5.0"
version = "0.5.1"
authors = [
{ name="Florent de Lamotte", email="florent@frizoncorrea.fr" },
]
@ -17,7 +17,7 @@ classifiers = [
]
license = "MIT"
license-files = ["LICEN[CS]E*"]
dependencies = [ "meshcore >= 1.9.3" ]
dependencies = [ "meshcore >= 1.9.4" ]
[project.urls]
Homepage = "https://github.com/fdlamotte/meshcore-cli"