Skip to content

Commit

Permalink
added version info
Browse files Browse the repository at this point in the history
  • Loading branch information
JensWendt committed Mar 27, 2024
1 parent eded993 commit ab587b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Labels2Rois.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,9 @@ def run_script():
description="Deletes the Label image(s) after the conversion to Rois is done."),

authors=["Jens Wendt"],
contact="https://forum.image.sc/tag/omero, [email protected]")
contact="https://forum.image.sc/tag/omero, [email protected]",
version="0.1"
)

try:
script_params = client.getInputs(unwrap=True)
Expand Down

0 comments on commit ab587b1

Please sign in to comment.