Skip to content

Commit

Permalink
verbiage change and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Dec 5, 2023
1 parent 8780b45 commit db90874
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion markimg/markimg.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ def run(self, options):
msg = ''
if ht_scale == 0:
unit = 'px'
msg = '(FOVDimension tag missing for this dicom)'
msg = '(dicom missing FOVDimension tag)'


if (options.textPos == "left"):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='markimg',
version='1.3.6',
version='1.3.8',
description='An app to mark landmark points and lines on an input image',
long_description=readme,
author='FNNDSC',
Expand Down

0 comments on commit db90874

Please sign in to comment.