From c3973117c887c8f5854d6dd7ec63d76c35711ab0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 23 Apr 2025 16:49:59 +0000 Subject: [PATCH] bump version to 2.6.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 57ba2e1..55b3486 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "meshtastic" -version = "2.6.2a0" +version = "2.6.2" description = "Python API & client shell for talking to Meshtastic devices" authors = ["Meshtastic Developers "] license = "GPL-3.0-only"