From 4b35a74e2cb3adc73a381b73ff605bdf96e364d4 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Thu, 19 Mar 2026 14:07:16 -0700 Subject: [PATCH] bump version to 1.5.2 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 74cba12..c3ae8c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "contact" -version = "1.5.1" +version = "1.5.2" 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"}