We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037a326 commit 37100aaCopy full SHA for 37100aa
CMakeLists.txt
@@ -93,8 +93,8 @@ if(ITKPythonPackage_SUPERBUILD)
93
94
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
95
96
- # ITK nightly-master 2021-09-08
97
- set(ITK_GIT_TAG "2fab40bbda")
+ # ITK release 2021-09-09
+ set(ITK_GIT_TAG "v5.3rc01")
98
99
#-----------------------------------------------------------------------------
100
# A separate project is used to download ITK, so that it can reused
itkVersion.py
@@ -1,4 +1,4 @@
1
-VERSION = '5.2.1.dev20210908+276.g2fab40bbda'
+VERSION = '5.3rc1'
2
3
def get_versions():
4
"""Returns versions for the ITK Python package.
0 commit comments