From 71ad274f563979dc00a8baf69f25e4d25d525990 Mon Sep 17 00:00:00 2001 From: Mackenzie Mathis Date: Thu, 7 Jul 2022 12:08:35 +0200 Subject: [PATCH 1/3] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b833df1a..dfc26280 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 From de57e970e65e65cf7031919bad6156d4c9706aee Mon Sep 17 00:00:00 2001 From: Mackenzie Mathis Date: Thu, 7 Jul 2022 12:09:34 +0200 Subject: [PATCH 2/3] Update __init__.py --- napari_cellseg3d/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From 25c64b1db814bff447baa166ef83b4b75bfee89c Mon Sep 17 00:00:00 2001 From: Mackenzie Mathis Date: Thu, 7 Jul 2022 12:10:45 +0200 Subject: [PATCH 3/3] Update plugin_helper.py --- napari_cellseg3d/plugin_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/napari_cellseg3d/plugin_helper.py b/napari_cellseg3d/plugin_helper.py index 85def22d..a37f4042 100644 --- a/napari_cellseg3d/plugin_helper.py +++ b/napari_cellseg3d/plugin_helper.py @@ -42,7 +42,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 Cyril Achard and Maxime Vidal and Mackenzie Mathis\n"