From 090f4de8f75025a0784b5167618c9b3bf18639cf Mon Sep 17 00:00:00 2001 From: GitMatt Date: Sat, 18 Jan 2025 09:29:46 -0800 Subject: [PATCH] add author and bump version. --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2a9455f..9aad35e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,8 @@ [project] name = "plan" -version = "0.1.0" -description = "Add your description here" +version = "0.1.1" +description = "edit ~/.plan files" +authors = [{ name = "gitmatt", email = "git@publicmatt.com" }] readme = "README.md" requires-python = ">=3.12" dependencies = ["click>=8.1.8", "jinja2>=3.1.5", "rich>=13.9.4"]