From b8178d513aa5084a87594612e5114ea72a840db4 Mon Sep 17 00:00:00 2001 From: Ian McEwen Date: Fri, 27 Dec 2024 09:54:15 -0700 Subject: [PATCH] bump alpha version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d134b76f..4ec1856d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "meshtastic" -version = "2.5.8" +version = "2.5.9a0" description = "Python API & client shell for talking to Meshtastic devices" authors = ["Meshtastic Developers "] license = "GPL-3.0-only"