Skip to content

Commit 8b925b1

Browse files
committed
bump version
1 parent aad47ae commit 8b925b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

napari_pyclesperanto_assistant/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from ._convert_to_numpy import *
33
from ._napari_cle_functions import label, voronoi_otsu_labeling
44

5-
__version__ = "0.18.2"
5+
__version__ = "0.18.3"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def read(fname):
3131
#use_scm = {"write_to": "napari_pyclesperanto_assistant/_version.py"}
3232
setup(
3333
name="napari_pyclesperanto_assistant",
34-
version="0.18.2",
34+
version="0.18.3",
3535
author="Robert Haase, Talley Lambert",
3636
author_email="[email protected]",
3737
description="GPU-accelerated image processing in napari using OpenCL",

0 commit comments

Comments
 (0)