From d4bc39153adea498c25da4475f00c7b03e6b32e5 Mon Sep 17 00:00:00 2001 From: Ian McEwen Date: Sat, 5 Apr 2025 23:01:43 -0700 Subject: [PATCH] bump to 2.6.2a0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 83c6f77..57ba2e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "meshtastic" -version = "2.6.1" +version = "2.6.2a0" description = "Python API & client shell for talking to Meshtastic devices" authors = ["Meshtastic Developers "] license = "GPL-3.0-only"