Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Feb 6, 2022
1 parent 87f6f45 commit e42bc08
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
@@ -1,4 +1,4 @@
from ._gui import Assistant
from ._convert_to_numpy import *

__version__ = "0.12.0"
__version__ = "0.14.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.7
pyclesperanto-prototype >=0.12.0
pyclesperanto-prototype >=0.14.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.12.0",
version="0.14.0",
author="Robert Haase, Talley Lambert",
author_email="[email protected]",
description="GPU-accelerated image processing in napari using OpenCL",
Expand Down

0 comments on commit e42bc08

Please sign in to comment.