From e591cc184fda7aaa1f6e19e6f713e6a700f2ab66 Mon Sep 17 00:00:00 2001 From: Ian McEwen Date: Mon, 10 Mar 2025 16:17:40 -0700 Subject: [PATCH] set 2.6 version num --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 577e13f..979ecfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "meshtastic" -version = "2.5.12" +version = "2.6.0a1" description = "Python API & client shell for talking to Meshtastic devices" authors = ["Meshtastic Developers "] license = "GPL-3.0-only"