Skip to content

Commit

Permalink
build: Bumped release version for label-to-vector-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
polusai-auth-helper[bot] committed Feb 2, 2024
1 parent b4eaf41 commit cc2097f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion formats/label-to-vector-plugin/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.0-dev30
current_version = 0.7.0
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<dev>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion formats/label-to-vector-plugin/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Label To Vector (v0.7.0-dev30)
# Label To Vector (v0.7.0)

Here we provide the label-to-vector plugin to convert labeled images to vector fields.
We have new algorithms for this conversion that are more accurate than the ones used in the [Cellpose](https://www.nature.com/articles/s41592-020-01018-x.epdf?sharing_token=yrCA1mB-y9TR8-RC8w_CPdRgN0jAjWel9jnR3ZoTv0Ms-A3TbUG5N7s_6d3I7lMImMDE6cyl-17ubiknffX50r-dX1un0XSIQ2PGYWsCV1du16fIaipcHNxste8FMByEL75Ek_S2_UEVkSk7lCFllWEVogGWJwmQkBC9uKq9UEA%3D) [(github)](https://github.com/MouseLand/cellpose).
Expand Down
2 changes: 1 addition & 1 deletion formats/label-to-vector-plugin/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0-dev30
0.7.0
4 changes: 2 additions & 2 deletions formats/label-to-vector-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "Label to Vector",
"version": "0.7.0-dev30",
"version": "0.7.0",
"title": "Label to Vector",
"description": "Convert labelled masks to flow-field vectors.",
"author": "Najib Ishaq ([email protected]), Nick Schaub ([email protected])",
"institution": "National Center for Advancing Translational Sciences, National Institutes of Health",
"repository": "https://github.com/PolusAI/polus-plugins/tree/dev/formats/polus-vector-converter-plugins",
"website": "https://ncats.nih.gov/preclinical/core/informatics",
"citation": "https://www.biorxiv.org/content/10.1101/2020.02.02.931238v1",
"containerId": "polusai/label-to-vector-plugin:0.7.0-dev30",
"containerId": "polusai/label-to-vector-plugin:0.7.0",
"inputs": [
{
"name": "inpDir",
Expand Down
2 changes: 1 addition & 1 deletion formats/label-to-vector-plugin/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "polus-plugins-formats-label-to-vector"
version = "0.7.0-dev30"
version = "0.7.0"
description = ""
authors = [
"Najib Ishaq <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from . import utils
from .dynamics.label_to_vector import convert

__version__ = "0.7.0-dev30"
__version__ = "0.7.0"

0 comments on commit cc2097f

Please sign in to comment.