From 1a9f6d1024076319290a789a3942b80af9039f91 Mon Sep 17 00:00:00 2001 From: Florent Date: Sun, 13 Apr 2025 21:54:57 +0200 Subject: [PATCH] change version to 1.9 in preparation of v2.0 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 64bd83a..601dfed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,9 +4,10 @@ build-backend = "hatchling.build" [project] name = "meshcore" -version = "0.4.2" +version = "1.9.0" authors = [ { name="Florent de Lamotte", email="florent@frizoncorrea.fr" }, + { name="Alex Wolden", email="awolden@gmail.com" }, ] description = "Base classes for communicating with meshcore companion radios" readme = "README.md"