From 167fd1598081fb91daa4a9a7f89b6ea2f7e7be15 Mon Sep 17 00:00:00 2001 From: Bradley Reynolds Date: Thu, 16 Oct 2025 21:36:58 -0500 Subject: [PATCH] Update author email in pyproject.toml Signed-off-by: Bradley Reynolds --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 95a8fc3..f9633b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "imsosorrybutinc" version = "0.7.0" description = "Sometimes it can be necessary to call upon the ancient arts... but in C!" authors = [ - { name = "Bradley Reynolds", email = "bradley.reynolds@darbia.dev" }, + { name = "Bradley Reynolds", email = "bradley.reynolds@tailstory.dev" }, ] license = { text = "MIT" } readme = "README.md"