From 6af1c46bd39ed80870d04bf481b94f8c409bf90c Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Mon, 2 Mar 2026 16:31:33 -0800 Subject: [PATCH] bump version to 1.4.17 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 83a4d3e..50238d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "contact" -version = "1.4.16" +version = "1.4.17" 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"}