diff --git a/napari_cellseg3d/__init__.py b/napari_cellseg3d/__init__.py index 4abfd8a3..5f663559 100644 --- a/napari_cellseg3d/__init__.py +++ b/napari_cellseg3d/__init__.py @@ -1 +1 @@ -__version__ = "0.0.1rc1" +__version__ = "0.0.1rc2" diff --git a/napari_cellseg3d/plugin_helper.py b/napari_cellseg3d/plugin_helper.py index 623a729b..566350bd 100644 --- a/napari_cellseg3d/plugin_helper.py +++ b/napari_cellseg3d/plugin_helper.py @@ -41,7 +41,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.1rc1'}\n\n" + f"You are using napari-cellseg3d v.{'0.0.1rc2'}\n\n" f"Plugin for cell segmentation developed\n" f"by the Mathis Lab of Adaptive Motor Control\n\n" f"Code by Cyril Achard and Maxime Vidal and Mackenzie Mathis\n" diff --git a/setup.cfg b/setup.cfg index bfaf4659..771325d3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = napari-cellseg3d -version = 0.0.1rc1 -author = Cyril Achard, Maxime Vidal, Mackenzie Mathis +version = 0.0.1rc2 +author = Cyril Achard, Maxime Vidal, Jessy Lauer, Mackenzie Mathis author_email = cyril.achard@epfl.ch, maxime.vidal@epfl.ch, mackenzie@post.harvard.edu license = MIT