Skip to content

Commit d2227e6

Browse files
committed
Fix missing config files
1 parent 929abe6 commit d2227e6

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
include LICENSE
22
include README.md
33
include requirements.txt
4+
include napari_cellseg3d/res/*.png
5+
include napari_cellseg3d/code_models/models/pretrained/*.json
46

57
recursive-exclude * __pycache__
68
recursive-exclude * *.py[co]

napari_cellseg3d/__init__.py

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

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.2rc2'}\n\n"
40+
f"You are using napari-cellseg3d v.{'0.0.2rc3'}\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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "napari_cellseg3d"
3-
version = "0.0.2rc2"
3+
version = "0.0.2rc3"
44
authors = [
55
{name = "Cyril Achard", email = "[email protected]"},
66
{name = "Maxime Vidal", email = "[email protected]"},

setup.cfg

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

0 commit comments

Comments
 (0)