From cdd757d89d75d5211a7c065740bb320eda4bdea8 Mon Sep 17 00:00:00 2001 From: wiltbemj Date: Tue, 24 Sep 2024 10:45:54 -0400 Subject: [PATCH] Change author to kaiju team --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index c0c23b6..297e177 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -21,7 +21,7 @@ sys.path.insert(2, os.path.abspath('../../kaipy/scripts/preproc')) project = 'Kaipy' copyright = '2023 - JHU/APL, NSF NCAR, and Rice University' -author = 'Michael Wiltberger' +author = 'Kaiju Team' # The full version, including alpha/beta/rc tags release = '1.0.0'