From 49cbe5d3f6e30d253fe35e889aa0188c1e07c1da Mon Sep 17 00:00:00 2001 From: brianmanderson Date: Fri, 27 Sep 2024 14:30:11 -0400 Subject: [PATCH] update version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b7d6463..3f043fa 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ name='DicomRTTool', author='Brian Mark Anderson', author_email='b5anderson@health.ucsd.edu', - version='2.1.5', + version='2.1.7', description='Services for reading dicom files, RT structures, and dose files, as well as tools for ' 'converting numpy prediction masks back to an RT structure', long_description=long_description,