From 62cfe2d7fee31d6f66e6de920bf5235d7c2dacf0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 8 Jul 2024 03:52:47 +0000 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e5d9b22..b7a4805 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "meshtastic" -version = "2.3.13" +version = "2.3.14" description = "Python API & client shell for talking to Meshtastic devices" authors = ["Meshtastic Developers "] license = "GPL-3.0-only"