From 9305f980a41306efcbd435e025ec715e1dae9990 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Mon, 26 Aug 2024 17:49:44 -0400 Subject: [PATCH] ENH: Bump version to 0.8.7 --- 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 5ac81b4..3d55f04 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.8.6" +__version__ = "0.8.7"