diff --git a/setup.py b/setup.py index 01be5e6..4e9c81c 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name = 'dcm_tagExtract', - version = '3.2.2', + version = '3.2.3', description = 'This app performs a recursive walk down an input tree, and for each location with a DICOM file, will generate a report in the corresponding location in the output tree.', long_description = readme, author = 'Sandip Samal',