From 72956321daddb05b28aa004c6f6f7384df81d4f0 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Fri, 24 Jul 2026 23:16:02 -0700 Subject: [PATCH] bump version to 1.6.0 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0412f9f..8611bee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "contact" -version = "1.5.13" +version = "1.6.0" 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"}