Skip to content

Commit 6769d38

Browse files
committed
bump version
1 parent f75f668 commit 6769d38

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.21.1"
5+
__version__ = "0.21.2"
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.21.1",
34+
version="0.21.2",
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)