From e4b1bc0c0de8ad29ba5fd9c63f00f31cf96961c8 Mon Sep 17 00:00:00 2001 From: C-Achard Date: Fri, 19 Aug 2022 15:59:32 +0200 Subject: [PATCH] Version bump to rc4 --- napari_cellseg3d/__init__.py | 2 +- napari_cellseg3d/plugin_helper.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/napari_cellseg3d/__init__.py b/napari_cellseg3d/__init__.py index d9f7a7d1..a12d527a 100644 --- a/napari_cellseg3d/__init__.py +++ b/napari_cellseg3d/__init__.py @@ -1 +1 @@ -__version__ = "0.0.1rc3" +__version__ = "0.0.1rc4" diff --git a/napari_cellseg3d/plugin_helper.py b/napari_cellseg3d/plugin_helper.py index dc9a386f..ba090f6f 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.1rc3'}\n\n" + f"You are using napari-cellseg3d v.{'0.0.1rc4'}\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 a0aa6eee..fff6a9f8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = napari-cellseg3d -version = 0.0.1rc3 +version = 0.0.1rc4 author = Cyril Achard, Maxime Vidal, Jessy Lauer, Mackenzie Mathis author_email = cyril.achard@epfl.ch, maxime.vidal@epfl.ch, mackenzie@post.harvard.edu