We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aad47ae commit 8b925b1Copy full SHA for 8b925b1
napari_pyclesperanto_assistant/__init__.py
@@ -2,4 +2,4 @@
2
from ._convert_to_numpy import *
3
from ._napari_cle_functions import label, voronoi_otsu_labeling
4
5
-__version__ = "0.18.2"
+__version__ = "0.18.3"
setup.py
@@ -31,7 +31,7 @@ def read(fname):
31
#use_scm = {"write_to": "napari_pyclesperanto_assistant/_version.py"}
32
setup(
33
name="napari_pyclesperanto_assistant",
34
- version="0.18.2",
+ version="0.18.3",
35
author="Robert Haase, Talley Lambert",
36
author_email="robert.haase@tu-dresden.de",
37
description="GPU-accelerated image processing in napari using OpenCL",
0 commit comments