From c6d8a540eb04ccb427681a42eac19004b3187832 Mon Sep 17 00:00:00 2001 From: Ian McEwen Date: Tue, 18 Feb 2025 09:43:55 -0700 Subject: [PATCH] Bump to 2.5.12a0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ee8604c..e169f2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "meshtastic" -version = "2.5.11" +version = "2.5.12a0" description = "Python API & client shell for talking to Meshtastic devices" authors = ["Meshtastic Developers "] license = "GPL-3.0-only"