diff --git a/README.md b/README.md index 784f0ff..ac9a57e 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,5 @@ Bindings to access your [MeshCore](https://meshcore.co.uk) companion radio nodes in python. -Used by [mccli](https//github.com/fdlamotte/mccli). +Used by [mccli](https://github.com/fdlamotte/mccli). diff --git a/pyproject.toml b/pyproject.toml index 85547cf..36b81a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "meshcore" -version = "0.1" +version = "0.3" authors = [ { name="Florent de Lamotte", email="florent@frizoncorrea.fr" }, ]