From 9a3b09eda82eeeccd1787a5583244119a4308c75 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Fri, 6 Dec 2024 09:30:30 -0500 Subject: [PATCH] ENH: Bump version to 0.10.1 --- ngff_zarr/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ngff_zarr/__about__.py b/ngff_zarr/__about__.py index f03cf6c..0f9e463 100644 --- a/ngff_zarr/__about__.py +++ b/ngff_zarr/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2022-present Matt McCormick # # SPDX-License-Identifier: MIT -__version__ = "0.10.0" +__version__ = "0.10.1"