From 8f40466a2589a39c0f5063980411e56eadf7e9c3 Mon Sep 17 00:00:00 2001 From: Damian Rouson Date: Sun, 5 Nov 2023 23:40:34 -0800 Subject: [PATCH] doc(fpm.toml): add author --- fpm.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fpm.toml b/fpm.toml index f8274f992..ac97ea50e 100644 --- a/fpm.toml +++ b/fpm.toml @@ -1,10 +1,10 @@ name = "inference-engine" version = "0.5.0" license = "license" -author = "Damian Rouson, Tan Nguyen, Jordan Welsman" +author = "Damian Rouson, Tan Nguyen, Jordan Welsman, David Torres" maintainer = "rouson@lbl.gov" [dependencies] assert = {git = "https://github.com/sourceryinstitute/assert", tag = "1.5.0"} -sourcery = {git = "https://github.com/sourceryinstitute/sourcery", tag = "4.4.3"} +sourcery = {git = "https://github.com/sourceryinstitute/sourcery", tag = "4.4.4"} netcdf-interfaces = {git = "https://github.com/rouson/netcdf-interfaces.git", branch = "implicit-interfaces"}