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.
2 parents fe4b2fa + da86133 commit c4a27e1Copy full SHA for c4a27e1
CMakeLists.txt
@@ -94,7 +94,7 @@ if(ITKPythonPackage_SUPERBUILD)
94
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
95
96
# ITK release 2021-10-27
97
- set(ITK_GIT_TAG "4c25e667a59d9f581e45576d80b25342df19fd5d")
+ set(ITK_GIT_TAG "v5.3rc02")
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'
+VERSION = '5.3rc2.post1'
2
3
def get_versions():
4
"""Returns versions for the ITK Python package.
0 commit comments