Skip to content

Commit 3601602

Browse files
committed
Update SimpleITK version to 1.0rc2 tag
1 parent e5e51d1 commit 3601602

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ if(SimpleITKPythonPackage_SUPERBUILD)
5757
include(ExternalProject)
5858

5959
set(SimpleITK_REPOSITORY https://itk.org/SimpleITK.git)
60-
set(SimpleITK_GIT_TAG "v1.0rc1")
60+
set(SimpleITK_GIT_TAG "v1.0rc2")
6161

6262
# Add an empty external project
6363
function(sitk_ExternalProject_Add_Empty proj depends)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='SimpleITK',
5-
version='1.0rc1',
5+
version='1.0rc2',
66
author='Insight Software Consortium',
77
author_email='insight-users@itk.org',
88
packages=['SimpleITK'],

0 commit comments

Comments
 (0)