From 286b5a531b2580d52806ae8c53e95834424bfd0e Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Wed, 18 Mar 2026 22:37:31 -0700 Subject: [PATCH] Bump version to 1.5.0 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6aaccc..2ca9182 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "contact" -version = "1.4.22" +version = "1.5.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"}