From eef321cac7d38e6c681317153e5395329e644463 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Sat, 18 Jul 2026 22:25:00 -0700 Subject: [PATCH] Bump version to 1.5.9 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cfdf58d..82b2270 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "contact" -version = "1.5.8" +version = "1.5.9" description = "This Python curses client for Meshtastic is a terminal-based client designed to manage device settings, enable mesh chat communication, and handle configuration backups and restores." authors = [ {name = "Ben Lipsey",email = "ben@pdxlocations.com"}