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 4286ff7 commit 380a0ceCopy full SHA for 380a0ce
CMakeLists.txt
@@ -75,7 +75,7 @@ if(ITKPythonPackage_SUPERBUILD)
75
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
76
77
# ITK release 2021-08-13
78
- set(ITK_GIT_TAG "2370517505f8fb07c85327f5b10e9de7bf14edb2")
+ set(ITK_GIT_TAG "17e1303cb2587aa84f688edf833bbd9e567b65cc")
79
80
#-----------------------------------------------------------------------------
81
# A separate project is used to download ITK, so that it can reused
itkVersion.py
@@ -1,4 +1,4 @@
1
-VERSION = '5.2.1'
+VERSION = '5.2.1.post1'
2
3
def get_versions():
4
"""Returns versions for the ITK Python package.
0 commit comments