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 e2b7b4c commit 6f4de3eCopy full SHA for 6f4de3e
CMakeLists.txt
@@ -75,7 +75,7 @@ if(ITKPythonPackage_SUPERBUILD)
75
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
76
77
# ITK nightly-master 2021-01-19
78
- set(ITK_GIT_TAG "08ad0556c5")
+ set(ITK_GIT_TAG "f72026ae9a")
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.2rc01.dev20210119+39.g08ad0556c5'
+VERSION = '5.2rc01.dev20210119+41.gf72026ae9a'
2
3
def get_versions():
4
"""Returns versions for the ITK Python package.
0 commit comments