Skip to content

Commit 51966d0

Browse files
committed
bump version
1 parent ff1d416 commit 51966d0

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,5 +2,5 @@
22
from ._convert_to_numpy import *
33
from ._napari_cle_functions import *
44

5-
__version__ = "0.22.0"
5+
__version__ = "0.22.1"
66
__common_alias__ = "ncle"

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.22.0",
34+
version="0.22.1",
3535
author="Robert Haase, Talley Lambert",
3636
author_email="robert.haase@tu-dresden.de",
3737
description="GPU-accelerated image processing in napari using OpenCL",

0 commit comments

Comments
 (0)