Skip to content

Commit a1f1300

Browse files
committed
DOC: Update author email
1 parent 2688b9c commit a1f1300

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ngff_zarr/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2022-present Matt McCormick <matt.mccormick@kitware.com>
1+
# SPDX-FileCopyrightText: 2022-present Matt McCormick <matt@fideus.io>
22
#
33
# SPDX-License-Identifier: MIT
44
__version__ = "0.13.2"

ngff_zarr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2022-present Matt McCormick <matt.mccormick@kitware.com>
1+
# SPDX-FileCopyrightText: 2022-present Matt McCormick <matt@fideus.io>
22
#
33
# SPDX-License-Identifier: MIT
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
requires-python = ">=3.9"
1111
license = "MIT"
1212
keywords = []
13-
authors = [{ name = "Matt McCormick", email = "matt.mccormick@kitware.com" }]
13+
authors = [{ name = "Matt McCormick", email = "matt@fideus.io" }]
1414
classifiers = [
1515
"Development Status :: 4 - Beta",
1616
"Intended Audience :: Science/Research",

test/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# SPDX-FileCopyrightText: 2022-present Matt McCormick <matt.mccormick@kitware.com>
1+
# SPDX-FileCopyrightText: 2022-present Matt McCormick <matt@fideus.io>
22
#
33
# SPDX-License-Identifier: MIT

0 commit comments

Comments
 (0)