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] 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",