From 15784ae27b6ad85ec5e4668d01c98213da99e606 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:22:53 +0000 Subject: [PATCH 1/2] Version updated to 0.24.0. --- napari_pyclesperanto_assistant/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/napari_pyclesperanto_assistant/__init__.py b/napari_pyclesperanto_assistant/__init__.py index a3b0ec1..a4dcecc 100644 --- a/napari_pyclesperanto_assistant/__init__.py +++ b/napari_pyclesperanto_assistant/__init__.py @@ -2,5 +2,5 @@ from ._convert_to_numpy import * from ._napari_cle_functions import * -__version__ = "0.23.0" +__version__ = "0.24.0" __common_alias__ = "ncle" From 96a0108ce2f0e7daade4d376b3164deaa673db4f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:23:00 +0000 Subject: [PATCH 2/2] Changed the version from 0.23.0 to 0.24.0 in setup.py. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b2cefba..84dacd6 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def read(fname): #use_scm = {"write_to": "napari_pyclesperanto_assistant/_version.py"} setup( name="napari_pyclesperanto_assistant", - version="0.23.0", + version="0.24.0", author="Robert Haase, Talley Lambert", author_email="robert.haase@tu-dresden.de", description="GPU-accelerated image processing in napari using OpenCL",