Skip to content

Commit 8cc13f3

Browse files
committed
bump version
1 parent 2645807 commit 8cc13f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.4"
5+
__version__ = "0.19.0"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pyopencl
33
toolz
44
scikit-image
55
napari >=0.4.15
6-
pyclesperanto-prototype >=0.18.3
6+
pyclesperanto-prototype >=0.19.0
77
magicgui
88
numpy!=1.19.4
99
pyperclip

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.4",
34+
version="0.19.0",
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)