Skip to content

Commit

Permalink
Bump version: 0.7.1 → 0.7.2-dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
nishaq503 committed Jul 25, 2024
1 parent 1434b1f commit 02f20d2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion formats/vector-to-label-tool/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.1
current_version = 0.7.2-dev0
commit = True
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/vector-to-label-tool/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Vector to Label (v0.7.1)
# Vector to Label (v0.7.2-dev0)

Here we provide the vector-to-label plugin to convert vector fields to labeled images.
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/vector-to-label-tool/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.1
0.7.2-dev0
4 changes: 2 additions & 2 deletions formats/vector-to-label-tool/plugin.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "Vector to Label",
"version": "0.7.1",
"version": "0.7.2-dev0",
"title": "Vector to Label",
"description": "Create labelled masks from flow-field vectors.",
"author": "Nick Schaub ([email protected]), Najib Ishaq ([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-plugin",
"website": "https://ncats.nih.gov/preclinical/core/informatics",
"citation": "https://www.biorxiv.org/content/10.1101/2020.02.02.931238v1",
"containerId": "polusai/vector-to-label-tool:0.7.1",
"containerId": "polusai/vector-to-label-tool:0.7.2-dev0",
"inputs": [
{
"name": "inpDir",
Expand Down
2 changes: 1 addition & 1 deletion formats/vector-to-label-tool/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "polus-images-formats-vector-to-label"
version = "0.7.1"
version = "0.7.2-dev0"
description = ""
authors = [
"Najib Ishaq <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from . import dynamics
from . import helpers

__version__ = "0.7.1"
__version__ = "0.7.2-dev0"

0 comments on commit 02f20d2

Please sign in to comment.