From 0c6f65cdc69cb069e81cdc07e7f3f5441f0cc4e5 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Wed, 18 Oct 2023 07:49:15 -0400 Subject: [PATCH] ENH: Bump version to 1.0.0 Reflect recent breaking API changes. --- 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 9cdf0bd..6beee25 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__ = '0.11.2' +__version__ = '1.0.0'