diff --git a/napari_cellseg3d/__init__.py b/napari_cellseg3d/__init__.py index 5f663559..d9f7a7d1 100644 --- a/napari_cellseg3d/__init__.py +++ b/napari_cellseg3d/__init__.py @@ -1 +1 @@ -__version__ = "0.0.1rc2" +__version__ = "0.0.1rc3" diff --git a/napari_cellseg3d/plugin_helper.py b/napari_cellseg3d/plugin_helper.py index 8dea6688..dc9a386f 100644 --- a/napari_cellseg3d/plugin_helper.py +++ b/napari_cellseg3d/plugin_helper.py @@ -40,7 +40,7 @@ def __init__(self, viewer: "napari.viewer.Viewer"): self.logo_label.setToolTip("Open Github page") self.info_label = ui.make_label( - f"You are using napari-cellseg3d v.{'0.0.1rc2'}\n\n" + f"You are using napari-cellseg3d v.{'0.0.1rc3'}\n\n" f"Plugin for cell segmentation developed\n" f"by the Mathis Lab of Adaptive Motor Control\n\n" f"Code by :\nCyril Achard\nMaxime Vidal\nJessy Lauer\nMackenzie Mathis\n" diff --git a/setup.cfg b/setup.cfg index 3b81114b..129426e4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = napari-cellseg3d -version = 0.0.1rc2 +version = 0.0.1rc3 author = Cyril Achard, Maxime Vidal, Jessy Lauer, Mackenzie Mathis author_email = cyril.achard@epfl.ch, maxime.vidal@epfl.ch, mackenzie@post.harvard.edu