Skip to content

Commit 7100f4d

Browse files
committed
Version bump
1 parent 83fa25d commit 7100f4d

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.2rc3"
1+
__version__ = "0.0.2rc4"

napari_cellseg3d/code_plugins/plugin_helper.py

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

3939
self.info_label = ui.make_label(
40-
f"You are using napari-cellseg3d v.{'0.0.2rc3'}\n\n"
40+
f"You are using napari-cellseg3d v.{'0.0.2rc4'}\n\n"
4141
f"Plugin for cell segmentation developed\n"
4242
f"by the Mathis Lab of Adaptive Motor Control\n\n"
4343
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.2rc3"
3+
version = "0.0.2rc4"
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.2rc3
3+
version = 0.0.2rc4
44
author = Cyril Achard, Maxime Vidal, Jessy Lauer, Mackenzie Mathis
55
66

0 commit comments

Comments
 (0)