From 38d824cd0f718b76cbddabc6ee71705e17515238 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Mon, 22 Jul 2024 19:42:36 -0400 Subject: [PATCH] ENH: Bump version to 1.0.1 --- multiscale_spatial_image/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multiscale_spatial_image/__about__.py b/multiscale_spatial_image/__about__.py index 52cac20..a10c820 100644 --- a/multiscale_spatial_image/__about__.py +++ b/multiscale_spatial_image/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2022-present NumFOCUS # # SPDX-License-Identifier: MIT -__version__ = "1.0.0" +__version__ = "1.0.1"