Skip to content

Commit e462c4e

Browse files
authored
Merge pull request #16 from AdaptiveMotorControlLab/v0.0.1rc3
v0.0.1rc3
2 parents ec8ab8b + a65f0d7 commit e462c4e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

napari_cellseg3d/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.1rc2"
1+
__version__ = "0.0.1rc3"

napari_cellseg3d/plugin_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def __init__(self, viewer: "napari.viewer.Viewer"):
4040
self.logo_label.setToolTip("Open Github page")
4141

4242
self.info_label = ui.make_label(
43-
f"You are using napari-cellseg3d v.{'0.0.1rc2'}\n\n"
43+
f"You are using napari-cellseg3d v.{'0.0.1rc3'}\n\n"
4444
f"Plugin for cell segmentation developed\n"
4545
f"by the Mathis Lab of Adaptive Motor Control\n\n"
4646
f"Code by :\nCyril Achard\nMaxime Vidal\nJessy Lauer\nMackenzie Mathis\n"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = napari-cellseg3d
3-
version = 0.0.1rc2
3+
version = 0.0.1rc3
44
author = Cyril Achard, Maxime Vidal, Jessy Lauer, Mackenzie Mathis
55
66

0 commit comments

Comments
 (0)