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 118059e commit 3f63735Copy full SHA for 3f63735
CMakeLists.txt
@@ -93,8 +93,8 @@ if(ITKPythonPackage_SUPERBUILD)
93
94
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
95
96
- # ITK release 2021-10-27
97
- set(ITK_GIT_TAG "v5.3rc02")
+ # ITK release 2022-01-16
+ set(ITK_GIT_TAG "v5.3rc03")
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.3rc2.post1'
+VERSION = '5.3rc3'
2
3
def get_versions():
4
"""Returns versions for the ITK Python package.
0 commit comments