Skip to content

Commit

Permalink
Bump version: 0.1.1-dev1 → 0.1.1-dev2
Browse files Browse the repository at this point in the history
  • Loading branch information
nishaq503 committed Jul 19, 2024
1 parent 53eb9ee commit bec64ad
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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-dev1
current_version = 0.1.1-dev2
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-dev1)
# Image dimension stacking(0.1.1-dev2)

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-dev1
0.1.1-dev2
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-dev1",
"version": "0.1.1-dev2",
"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 (nick.schaub@nih.gov), Hamdah Shafqat Abbasi (hamdahshafqat.abbasi@nih.gov)",
"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-dev1",
"containerId": "polusai/image-dimension-stacking-tool:0.1.1-dev2",
"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-dev1"
version = "0.1.1-dev2"
description = "Stacking multi-dimensional images"
authors = [
"Nick Schaub <nick.schaub@nih.gov>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Image dimension stacking package."""

__version__ = "0.1.1-dev1"
__version__ = "0.1.1-dev2"

0 comments on commit bec64ad

Please sign in to comment.