We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de57e97 commit 25c64b1Copy full SHA for 25c64b1
napari_cellseg3d/plugin_helper.py
@@ -42,7 +42,7 @@ def __init__(self, viewer: "napari.viewer.Viewer"):
42
self.logo_label.setToolTip("Open Github page")
43
44
self.info_label = ui.make_label(
45
- f"You are using napari-cellseg3d v.{'0.0.1rc2'}\n\n"
+ f"You are using napari-cellseg3d v.{'0.0.1rc3'}\n\n"
46
f"Plugin for cell segmentation developed\n"
47
f"by the Mathis Lab of Adaptive Motor Control\n\n"
48
f"Code by Cyril Achard and Maxime Vidal and Mackenzie Mathis\n"
0 commit comments