We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b93708e commit e5e51d1Copy full SHA for e5e51d1
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 "8b79ac1230576b1efba2a642e0fe714009c46ec4") #1.0.0.dev66
+ set(SimpleITK_GIT_TAG "v1.0rc1")
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='0.11.0.dev',
+ version='1.0rc1',
6
author='Insight Software Consortium',
7
author_email='insight-users@itk.org',
8
packages=['SimpleITK'],
0 commit comments