diff --git a/pyproject.toml b/pyproject.toml index 9e49405..3f9fcfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [project] name = "mcontact" -version = "1.2.3" +version = "1.3.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 = "pdxlocations",email = "you@example.com"} + {name = "Ben Lipsey",email = "ben@pdxlocations.com"} ] license = "GPL-3.0-only" readme = "README.md"