diff --git a/napari_cellseg3d/__init__.py b/napari_cellseg3d/__init__.py index 63afcb33..11e8de0e 100644 --- a/napari_cellseg3d/__init__.py +++ b/napari_cellseg3d/__init__.py @@ -1 +1 @@ -__version__ = "0.0.2rc5" +__version__ = "0.0.2rc6" diff --git a/napari_cellseg3d/code_plugins/plugin_helper.py b/napari_cellseg3d/code_plugins/plugin_helper.py index acd7dbb7..083b269b 100644 --- a/napari_cellseg3d/code_plugins/plugin_helper.py +++ b/napari_cellseg3d/code_plugins/plugin_helper.py @@ -39,7 +39,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.2rc5'}\n\n" + f"You are using napari-cellseg3d v.{'0.0.2rc6'}\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/pyproject.toml b/pyproject.toml index 2c1f76e0..4215774f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "napari_cellseg3d" -version = "0.0.2rc5" +version = "0.0.2rc6" authors = [ {name = "Cyril Achard", email = "cyril.achard@epfl.ch"}, {name = "Maxime Vidal", email = "maxime.vidal@epfl.ch"}, diff --git a/setup.cfg b/setup.cfg index 0a5836c4..e12775ca 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = napari-cellseg3d -version = 0.0.2rc5 +version = 0.0.2rc6 author = Cyril Achard, Maxime Vidal, Jessy Lauer, Mackenzie Mathis author_email = cyril.achard@epfl.ch, maxime.vidal@epfl.ch, mackenzie@post.harvard.edu