Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Sep 11, 2022
1 parent 2645807 commit 8cc13f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion napari_pyclesperanto_assistant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from ._convert_to_numpy import *
from ._napari_cle_functions import label, voronoi_otsu_labeling

__version__ = "0.18.4"
__version__ = "0.19.0"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pyopencl
toolz
scikit-image
napari >=0.4.15
pyclesperanto-prototype >=0.18.3
pyclesperanto-prototype >=0.19.0
magicgui
numpy!=1.19.4
pyperclip
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def read(fname):
#use_scm = {"write_to": "napari_pyclesperanto_assistant/_version.py"}
setup(
name="napari_pyclesperanto_assistant",
version="0.18.4",
version="0.19.0",
author="Robert Haase, Talley Lambert",
author_email="robert.haase@tu-dresden.de",
description="GPU-accelerated image processing in napari using OpenCL",
Expand Down

0 comments on commit 8cc13f3

Please sign in to comment.