From f25764afacb7d5b885b2641334320a712ee8e2c1 Mon Sep 17 00:00:00 2001 From: brianmanderson Date: Tue, 21 Mar 2023 10:45:51 -0300 Subject: [PATCH] update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 160fc20..f81b279 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ name='DicomRTTool', author='Brian Mark Anderson', author_email='b5anderson@health.ucsd.edu', - version='1.0.0', + version='1.0.1', description='Tools 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,