Skip to content

Commit 5075638

Browse files
committed
0.0.2rc6
1 parent d5f7451 commit 5075638

File tree

4 files changed

+4
-4
lines changed

4 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.2rc5"
1+
__version__ = "0.0.2rc6"

napari_cellseg3d/code_plugins/plugin_helper.py

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

4141
self.info_label = ui.make_label(
42-
f"You are using napari-cellseg3d v.{'0.0.2rc5'}\n\n"
42+
f"You are using napari-cellseg3d v.{'0.0.2rc6'}\n\n"
4343
f"Plugin for cell segmentation developed\n"
4444
f"by the Mathis Lab of Adaptive Motor Control\n\n"
4545
f"Code by :\nCyril Achard\nMaxime Vidal\nJessy Lauer\nMackenzie Mathis\n"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "napari_cellseg3d"
3-
version = "0.0.2rc5"
3+
version = "0.0.2rc6"
44
authors = [
55
{name = "Cyril Achard", email = "[email protected]"},
66
{name = "Maxime Vidal", email = "[email protected]"},

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.2rc5
3+
version = 0.0.2rc6
44
author = Cyril Achard, Maxime Vidal, Jessy Lauer, Mackenzie Mathis
55
66

0 commit comments

Comments
 (0)