From dae6a436520abd0eac7b7d9c393390975265edab Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Sun, 26 Jul 2026 11:09:26 -0700 Subject: [PATCH] Bump version to 1.6.5 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 57dd310..ff86bc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "contact" -version = "1.6.4" +version = "1.6.5" 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"}