From 085ce629710c71137603a1ed12fe76562df2415c Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Thu, 22 Sep 2022 13:57:51 -0400 Subject: [PATCH] ENH: Bump version to 0.11.0 --- 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 df0d1ac..4501683 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.10.1' +__version__ = '0.11.0'