Skip to content

Commit e1cad26

Browse files
committed
Update to SimpleITK 2.5.0
1 parent e074ffb commit e1cad26

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

SimpleITK

Submodule SimpleITK updated 175 files

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@
88

99
setup(
1010
name='SimpleITK',
11-
version='2.4.1',
11+
version='2.5.0',
1212
author='Insight Software Consortium',
1313
author_email='[email protected]',
1414
packages=['SimpleITK'],
1515
package_dir={'SimpleITK':'SimpleITK'},
16-
download_url=r'https://www.itk.org/SimpleITKDoxygen/html/PyDownloadPage.html',
1716
description=r'SimpleITK is a simplified interface to the Insight Toolkit (ITK) for image registration and segmentation',
1817
long_description = long_description,
1918
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)