Skip to content

Commit 9b35ded

Browse files
committed
Version bump : 0.2.0
1 parent 549cbf4 commit 9b35ded

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ Then go into Plugins > napari-cellseg3d, and choose which tool to use.
3939

4040
## News
4141

42-
**New version : v0.1.3**
42+
**New version : v0.2.0**
4343

44-
- Small API changes for training/inference from a script
4544
- Changed project name to "napari_cellseg3d" to avoid setuptools deprecation
45+
- Small API changes for training/inference from a script
4646
- Some fixes to WandB integration ad csv saving after training
4747

4848
Previous additions :

napari_cellseg3d/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""napari-cellseg3d - napari plugin for cell segmentation."""
2-
__version__ = "0.1.3"
2+
__version__ = "0.2.0"

napari_cellseg3d/code_plugins/plugin_helper.py

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

4545
self.info_label = ui.make_label(
46-
f"You are using napari-cellseg3d v.{'0.1.3'}\n\n"
46+
f"You are using napari-cellseg3d v.{'0.2.0'}\n\n"
4747
f"Plugin for cell segmentation developed\n"
4848
f"by the Mathis Lab of Adaptive Motor Control\n\n"
4949
f"Code by :\nCyril Achard\nMaxime Vidal\nJessy Lauer\nMackenzie Mathis\n"

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.1.3
3+
version = 0.2.0
44

55
[options]
66
packages = find:

0 commit comments

Comments
 (0)