Skip to content

Commit ebb2248

Browse files
committed
Fixed missing .yaml
1 parent 7100f4d commit ebb2248

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

napari_cellseg3d/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.2rc4"
1+
__version__ = "0.0.2rc5"

napari_cellseg3d/code_plugins/plugin_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def __init__(self, viewer: "napari.viewer.Viewer"):
3737
self.logo_label.setToolTip("Open Github page")
3838

3939
self.info_label = ui.make_label(
40-
f"You are using napari-cellseg3d v.{'0.0.2rc4'}\n\n"
40+
f"You are using napari-cellseg3d v.{'0.0.2rc5'}\n\n"
4141
f"Plugin for cell segmentation developed\n"
4242
f"by the Mathis Lab of Adaptive Motor Control\n\n"
4343
f"Code by :\nCyril Achard\nMaxime Vidal\nJessy Lauer\nMackenzie Mathis\n"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "napari_cellseg3d"
3-
version = "0.0.2rc4"
3+
version = "0.0.2rc5"
44
authors = [
55
{name = "Cyril Achard", email = "[email protected]"},
66
{name = "Maxime Vidal", email = "[email protected]"},
@@ -37,7 +37,7 @@ build-backend = "setuptools.build_meta"
3737
where = ["."]
3838

3939
[tool.setuptools.package-data]
40-
"*" = ["napari_cellseg3d/res/*.png", "napari_cellseg3d/code_models/models/pretrained/*.json"]
40+
"*" = ["napari_cellseg3d/res/*.png", "napari_cellseg3d/code_models/models/pretrained/*.json", "*.yaml"]
4141

4242
[tool.ruff]
4343
# Never enforce `E501` (line length violations).

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = napari-cellseg3d
3-
version = 0.0.2rc4
3+
version = 0.0.2rc5
44
author = Cyril Achard, Maxime Vidal, Jessy Lauer, Mackenzie Mathis
55
66

@@ -67,6 +67,7 @@ where = .
6767
* =
6868
napari_cellseg3d/res/*.png
6969
napari_cellseg3d/code_models/models/pretrained/*.json
70+
napari.yaml
7071
napari-cellseg3d = napari.yaml
7172

7273
[options.entry_points]

0 commit comments

Comments
 (0)