diff --git a/SimpleITK b/SimpleITK index cf120d6..681c605 160000 --- a/SimpleITK +++ b/SimpleITK @@ -1 +1 @@ -Subproject commit cf120d6471195771881794519ea2077867499fe7 +Subproject commit 681c6051a669172607560c7fb9d67bad6a84cda2 diff --git a/setup.py b/setup.py index 7b91177..4843b04 100644 --- a/setup.py +++ b/setup.py @@ -8,12 +8,11 @@ setup( name='SimpleITK', - version='2.4.1', + version='2.5.0', author='Insight Software Consortium', author_email='insight-users@itk.org', packages=['SimpleITK'], package_dir={'SimpleITK':'SimpleITK'}, - download_url=r'https://www.itk.org/SimpleITKDoxygen/html/PyDownloadPage.html', description=r'SimpleITK is a simplified interface to the Insight Toolkit (ITK) for image registration and segmentation', long_description = long_description, long_description_content_type='text/markdown',