We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e51d1 commit 3601602Copy full SHA for 3601602
2 files changed
CMakeLists.txt
@@ -57,7 +57,7 @@ if(SimpleITKPythonPackage_SUPERBUILD)
57
include(ExternalProject)
58
59
set(SimpleITK_REPOSITORY https://itk.org/SimpleITK.git)
60
- set(SimpleITK_GIT_TAG "v1.0rc1")
+ set(SimpleITK_GIT_TAG "v1.0rc2")
61
62
# Add an empty external project
63
function(sitk_ExternalProject_Add_Empty proj depends)
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='SimpleITK',
5
- version='1.0rc1',
+ version='1.0rc2',
6
author='Insight Software Consortium',
7
author_email='insight-users@itk.org',
8
packages=['SimpleITK'],
0 commit comments