From de4f813b905b9125efeb19d1ea745d4e93d67f44 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Tue, 12 Aug 2025 21:55:34 -0700 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 64fe51e..5bf1357 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "contact" -version = "1.3.16" +version = "1.3.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"}