From 5031e35af97b1fe3f5a36f23a1b740eb5a2090d2 Mon Sep 17 00:00:00 2001 From: Ryan O'Dea <70209371+ryan-odea@users.noreply.github.com> Date: Tue, 21 Apr 2026 11:48:55 +0200 Subject: [PATCH 1/2] add Tom to maintainers --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 88c7df9..0667ee7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pySEQTarget" -version = "0.13.0" +version = "0.13.1" description = "Sequentially Nested Target Trial Emulation" readme = "README.md" license = {text = "MIT"} @@ -30,6 +30,7 @@ authors = [ maintainers = [ {name = "Ryan O'Dea", email = "ryan.odea@psi.ch"}, + {name = "Tom Palmer", email = "tom.palmer@bristol.ac.uk"}, ] dependencies = [ From 491f918cb1387cc38c659867aabedcda47fa84e3 Mon Sep 17 00:00:00 2001 From: Ryan O'Dea <70209371+ryan-odea@users.noreply.github.com> Date: Tue, 21 Apr 2026 13:03:27 +0200 Subject: [PATCH 2/2] Update pyproject.toml Co-authored-by: Tom Palmer --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0667ee7..3482867 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ authors = [ maintainers = [ {name = "Ryan O'Dea", email = "ryan.odea@psi.ch"}, - {name = "Tom Palmer", email = "tom.palmer@bristol.ac.uk"}, + {name = "Tom Palmer", email = "remlapmot@hotmail.com"}, ] dependencies = [