-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Bumped release version for formats/image-dimension-stacking-tool
- Loading branch information
polusai-auth-helper[bot]
committed
Jul 19, 2024
1 parent
b16fbac
commit 064695a
Showing
7 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.1-dev3 | ||
0.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>", | ||
|
2 changes: 1 addition & 1 deletion
2
...age-dimension-stacking-tool/src/polus/images/formats/image_dimension_stacking/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |