From ba6a91f99e7e33a8a13c7dadc7cddc768d89b7b9 Mon Sep 17 00:00:00 2001 From: Mackenzie Mathis Date: Wed, 29 Jun 2022 20:11:27 +0200 Subject: [PATCH] v1.0.0rc2 --- napari_cellseg3d/__init__.py | 2 +- napari_cellseg3d/plugin_helper.py | 2 +- setup.cfg | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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