Skip to content

Commit 0b8c371

Browse files
committed
consistent version (0.0.3)
1 parent bde64a1 commit 0b8c371

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

napari_cellseg3d/plugin_helper.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ def __init__(self, viewer: "napari.viewer.Viewer"):
4141
self.logo_label.setToolTip("Open Github page")
4242

4343
self.info_label = ui.make_label(
44-
f"You are using napari-cellseg3d v.{'0.0.1'}\n\n"
44+
f"You are using napari-cellseg3d v.{'0.0.3'}\n\n"
4545
f"Plugin for cell segmentation developed\n"
46-
f"for the Mathis Lab of Adaptive Motor Control\n\n"
47-
f"Code by Cyril Achard and Maxime Vidal\n"
46+
f"by the Mathis Lab of Adaptive Motor Control\n\n"
47+
f"Code by Cyril Achard and Maxime Vidal and Mackenzie Mathis\n"
4848
f"\nReleased under the MIT license",
4949
self,
5050
)

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[metadata]
22
name = napari-cellseg3d
33
version = 0.0.3
4-
author = Cyril Achard, Maxime Vidal
5-
4+
author = Cyril Achard, Maxime Vidal, Mackenzie Mathis
5+
66

77
license = MIT
88
description = plugin for cell segmentation
@@ -64,6 +64,6 @@ where = .
6464
[options.package_data]
6565
* = *.yaml
6666

67-
[options.entry_points]
68-
napari.manifest =
67+
[options.entry_points]
68+
napari.manifest =
6969
napari-cellseg3d = napari_cellseg3d:napari.yaml

0 commit comments

Comments
 (0)