From 872fbef5d665666f0a86dbd18cdeaf24366b519f Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 29 Dec 2024 03:22:52 +0000 Subject: [PATCH] bump version to 2.5.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4ec1856d..34825dda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "meshtastic" -version = "2.5.9a0" +version = "2.5.9" description = "Python API & client shell for talking to Meshtastic devices" authors = ["Meshtastic Developers "] license = "GPL-3.0-only"