From 6c7d5c92dc93c0f9681c7a40337d0e87f22add05 Mon Sep 17 00:00:00 2001 From: brianmanderson Date: Fri, 27 Sep 2024 14:27:42 -0400 Subject: [PATCH] update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 72cc14a..b7d6463 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.4', + version='2.1.5', 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,