From 7269d98438b5ff0cab2ecdbbd3388d383d44bfad Mon Sep 17 00:00:00 2001 From: Florent de Lamotte Date: Mon, 24 Mar 2025 17:22:34 +0100 Subject: [PATCH] update readme and bump version to 0.3 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }, ]