Skip to content

Commit

Permalink
bumped dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
nishaq503 committed Dec 21, 2023
1 parent 0f8cbfc commit c052ba6
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion transforms/images/apply-flatfield-plugin/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.0-dev8
current_version = 2.0.0-dev9
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 transforms/images/apply-flatfield-plugin/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Apply Flatfield Plugin (v2.0.0-dev8)
# Apply Flatfield Plugin (v2.0.0-dev9)

This WIPP plugin applies a flatfield operation on every image in a collection.
The algorithm used to apply the flatfield is as follows:
Expand Down
2 changes: 1 addition & 1 deletion transforms/images/apply-flatfield-plugin/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0-dev8
2.0.0-dev9
4 changes: 2 additions & 2 deletions transforms/images/apply-flatfield-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "Apply Flatfield",
"version": "2.0.0-dev8",
"version": "2.0.0-dev9",
"title": "Apply Flatfield",
"description": "Apply a flatfield algorithm to a collection of images.",
"author": "Nick Schaub ([email protected]), Najib Ishaq ([email protected])",
"institution": "National Center for Advancing Translational Sciences, National Institutes of Health",
"repository": "https://github.com/labshare/polus-plugins",
"website": "https://ncats.nih.gov/preclinical/core/informatics",
"citation": "",
"containerId": "polusai/apply-flatfield-plugin:2.0.0-dev8",
"containerId": "polusai/apply-flatfield-plugin:2.0.0-dev9",
"baseCommand": [
"python3",
"-m",
Expand Down
2 changes: 1 addition & 1 deletion transforms/images/apply-flatfield-plugin/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "polus-plugins-transforms-images-apply-flatfield"
version = "2.0.0-dev8"
version = "2.0.0-dev9"
description = ""
authors = [
"Nick Schaub <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from . import utils
from .apply_flatfield import apply

__version__ = "2.0.0-dev8"
__version__ = "2.0.0-dev9"

0 comments on commit c052ba6

Please sign in to comment.