Skip to content

Commit

Permalink
Bump version: 2.1.0 → 2.1.1-dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
nishaq503 committed Jan 30, 2024
1 parent 577e820 commit 4af66df
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.1.0
current_version = 2.1.1-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 regression/basic-flatfield-estimation-plugin/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# BaSiC Flatfield Correction (v2.1.0)
# BaSiC Flatfield Correction (v2.1.1-dev0)

This WIPP plugin will take a collection of images and use the BaSiC flatfield
correction algorithm to generate a flatfield image, a darkfield image, and a
Expand Down
2 changes: 1 addition & 1 deletion regression/basic-flatfield-estimation-plugin/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.1.1-dev0
4 changes: 2 additions & 2 deletions regression/basic-flatfield-estimation-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "BaSiC Flatfield Estimation",
"version": "2.1.0",
"version": "2.1.1-dev0",
"title": "Flatfield Estimation using BaSiC algorithm.",
"description": "Generates images used for flatfield correction using the BaSiC algorithm.",
"author": "Nick Schaub ([email protected]), Najib Ishaq ([email protected])",
"institution": "National Center for the Advancing Translational Sciences, National Institutes of Health",
"repository": "https://github.com/polusai/polus-plugins",
"website": "https://ncats.nih.gov/preclinical/core/informatics",
"citation": "Peng et al. \"A BaSiC tool for background and shading correction of optical microscopy images\" Nature Communications (2017)",
"containerId": "polusai/basic-flatfield-estimation-plugin:2.1.0",
"containerId": "polusai/basic-flatfield-estimation-plugin:2.1.1-dev0",
"baseCommand": [
"python3",
"-m",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "polus-plugins-regression-basic-flatfield-estimation"
version = "2.1.0"
version = "2.1.1-dev0"
description = ""
authors = [
"Nick Schaub <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

__all__ = ["estimate", "__version__"]

__version__ = "2.1.0"
__version__ = "2.1.1-dev0"

# Set the basicpy logger to warning
logging.getLogger("basicpy.basicpy").setLevel(logging.WARNING)
Expand Down

0 comments on commit 4af66df

Please sign in to comment.