dependency issue, version bump

This commit is contained in:
Florent de Lamotte 2025-03-25 16:36:15 +01:00
parent dcb4ddcee2
commit 9b6241a141

View file

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