From 5e108c5fe580ddeb917d0d37e9a78ed79935a257 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Thu, 12 Feb 2026 07:45:41 -0800 Subject: [PATCH] version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1a776b0..476bb5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "contact" -version = "1.4.13" +version = "1.4.14" 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"}