Skip to content

Commit ba6a91f

Browse files
committed
v1.0.0rc2
1 parent 9006a19 commit ba6a91f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.1rc1"
1+
__version__ = "0.0.1rc2"

napari_cellseg3d/plugin_helper.py

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

4343
self.info_label = ui.make_label(
44-
f"You are using napari-cellseg3d v.{'0.0.1rc1'}\n\n"
44+
f"You are using napari-cellseg3d v.{'0.0.1rc2'}\n\n"
4545
f"Plugin for cell segmentation developed\n"
4646
f"by the Mathis Lab of Adaptive Motor Control\n\n"
4747
f"Code by Cyril Achard and Maxime Vidal and Mackenzie Mathis\n"

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = napari-cellseg3d
3-
version = 0.0.1rc1
4-
author = Cyril Achard, Maxime Vidal, Mackenzie Mathis
3+
version = 0.0.1rc2
4+
author = Cyril Achard, Maxime Vidal, Jessy Lauer, Mackenzie Mathis
55
66

77
license = MIT

0 commit comments

Comments
 (0)