From b5fd8d74c4a3cc0c92ae3cac0d4fc11578052e47 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Sun, 30 Nov 2025 22:09:18 -0800 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 958ec70..ce360cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "contact" -version = "1.4.3" +version = "1.4.4" 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"}