We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff1d416 commit 51966d0Copy full SHA for 51966d0
napari_pyclesperanto_assistant/__init__.py
@@ -2,5 +2,5 @@
2
from ._convert_to_numpy import *
3
from ._napari_cle_functions import *
4
5
-__version__ = "0.22.0"
+__version__ = "0.22.1"
6
__common_alias__ = "ncle"
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.22.0",
+ version="0.22.1",
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