From 776debcc86459de8ebbb7e128bd1c4858a72fe05 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 18 Nov 2025 19:48:40 +0000 Subject: [PATCH] bump version to 2.7.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 055765e..cbbb1d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "meshtastic" -version = "2.7.4" +version = "2.7.5" description = "Python API & client shell for talking to Meshtastic devices" authors = ["Meshtastic Developers "] license = "GPL-3.0-only"