From 2d26456ce0e16c22ec7bafdb91e6ab200cf7626f Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Mon, 7 Sep 2026 20:52:36 -0700 Subject: [PATCH] chore(plugin): release v0.1.3 --- plugin/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/pyproject.toml b/plugin/pyproject.toml index b641911..3fcd6f7 100644 --- a/plugin/pyproject.toml +++ b/plugin/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "hermes-meshtastic" -version = "0.1.2" +version = "0.1.3" description = "Meshtastic LoRa mesh gateway adapter plugin for Hermes Agent" readme = "README.md" requires-python = ">=3.10"