Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
Fix manifest issue for PyPi
  • Loading branch information
C-Achard committed Apr 2, 2024
1 parent 89c38af commit 9dd5b39
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ A napari plugin for 3D cell segmentation: training, inference, and data review.

## News

**New version : v0.1.1**
**New version : v0.1.2**

Added :
- Fixed manifest issue for PyPi

Previous additions :

- Improved training interface
- Unsupervised model : WNet
Expand Down
2 changes: 1 addition & 1 deletion napari_cellseg3d/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""napari-cellseg3d - napari plugin for cell segmentation."""
__version__ = "0.1.1"
__version__ = "0.1.2"
2 changes: 1 addition & 1 deletion napari_cellseg3d/code_plugins/plugin_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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.1.1'}\n\n"
f"You are using napari-cellseg3d v.{'0.1.2'}\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"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = napari_cellseg3d
version = 0.1.1
version = 0.1.2

[options]
packages = find:
Expand Down

0 comments on commit 9dd5b39

Please sign in to comment.