Skip to content

Commit

Permalink
build: Bumped release version for formats/image-dimension-stacking-tool
Browse files Browse the repository at this point in the history
  • Loading branch information
polusai-auth-helper[bot] committed Jul 19, 2024
1 parent b16fbac commit 064695a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion formats/image-dimension-stacking-tool/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1-dev3
current_version = 0.1.1
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/image-dimension-stacking-tool/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Image dimension stacking(0.1.1-dev3)
# Image dimension stacking(0.1.1)

This plugin leverages the [filepattern](https://filepattern2.readthedocs.io/en/latest/Home.html) library and employs the filepattern `groupBy` functionality to enable the matching of image filenames, facilitating their stacking into multi-dimensional images.

Expand Down
2 changes: 1 addition & 1 deletion formats/image-dimension-stacking-tool/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1-dev3
0.1.1
2 changes: 1 addition & 1 deletion formats/image-dimension-stacking-tool/ict.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ author:
- Nick Schaub
- Hamdah Shafqat Abbasi
contact: [email protected]
container: polusai/image-dimension-stacking-tool:0.1.1-dev3
container: polusai/image-dimension-stacking-tool:0.1.1
description: Stacking of image dimensions (c, z, t) to create a multidimensional image.
entrypoint: python3 -m polus.images.formats.image_dimension_stacking
inputs:
Expand Down
4 changes: 2 additions & 2 deletions formats/image-dimension-stacking-tool/plugin.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "Image Dimension Stacking",
"version": "0.1.1-dev3",
"version": "0.1.1",
"title": "Stacking of image dimensions (c, z, t) to create a multidimensional image.",
"description": "Stacking of image dimensions (c, z, t) to create a multidimensional image.",
"author": "Nick Schaub ([email protected]), Hamdah Shafqat Abbasi ([email protected])",
"institution": "National Center for Advancing Translational Sciences, National Institutes of Health",
"repository": "https://github.com/PolusAI/image-tools",
"website": "https://ncats.nih.gov/preclinical/core/informatics",
"containerId": "polusai/image-dimension-stacking-tool:0.1.1-dev3",
"containerId": "polusai/image-dimension-stacking-tool:0.1.1",
"baseCommand": [
"python3",
"-m",
Expand Down
2 changes: 1 addition & 1 deletion formats/image-dimension-stacking-tool/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "polus-images-formats-image-dimension-stacking"
version = "0.1.1-dev3"
version = "0.1.1"
description = "Stacking multi-dimensional images"
authors = [
"Nick Schaub <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Image dimension stacking package."""

__version__ = "0.1.1-dev3"
__version__ = "0.1.1"

0 comments on commit 064695a

Please sign in to comment.