Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SimpleITK
Submodule SimpleITK updated 175 files
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down