Skip to content

Commit

Permalink
fix: version in pixel-segmentation-eval
Browse files Browse the repository at this point in the history
  • Loading branch information
nishaq503 committed Feb 12, 2024
1 parent 521b106 commit 18b5f46
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 50 deletions.
2 changes: 1 addition & 1 deletion features/pixel-segmentation-eval/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Pixel segmentation eval (v0.1.11-dev)
# Pixel segmentation eval (v0.1.11-dev1)

Plugin to generate evaluation metrics for pixel-wise comparison of ground truth and predicted images. Contact [Vishakha Goyal](mailto:vishakha.goyal@nih.gov) , [Hamdah Shafqat Abbasi](mailto:hamdahshafqat.abbasi@nih.gov) for more information.

Expand Down
2 changes: 1 addition & 1 deletion features/pixel-segmentation-eval/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.11-dev
0.1.11-dev1
44 changes: 0 additions & 44 deletions features/pixel-segmentation-eval/plugin.cwl

This file was deleted.

4 changes: 2 additions & 2 deletions features/pixel-segmentation-eval/plugin.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "Pixel Segmentation Eval",
"version": "0.1.11-dev",
"version": "0.1.11-dev1",
"title": "Pixel Segmentation Eval",
"description": "Plugin to generate evaluation metrics for pixel-wise comparison of ground truth and predicted images.",
"author": "Vishakha Goyal (vishakha.goyal@nih.gov)",
"institution": "National Center for Advancing Translational Sciences, National Institutes of Health",
"repository": "https://github.com/polusai/polus-plugins",
"website": "https://ncats.nih.gov/preclinical/core/informatics",
"citation": "",
"containerId": "polusai/pixel-segmentation-eval:0.1.11-dev",
"containerId": "polusai/pixel-segmentation-eval:0.1.11-dev1",
"baseCommand": [
"python3",
"-m",
Expand Down
2 changes: 1 addition & 1 deletion features/pixel-segmentation-eval/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "polus-plugins-features-pixel-segmentation-eval"
version = "0.1.11-dev"
version = "0.1.11-dev1"
description = ""
authors = [
"Vishakha Goyal <vishakha.goyal@nih.gov>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Pixel segmentation eval package."""

__version__ = "0.1.11-dev"
__version__ = "0.1.11-dev1"

0 comments on commit 18b5f46

Please sign in to comment.