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 b0d97d4 + c871a11 commit c75cbf9Copy full SHA for c75cbf9
CMakeLists.txt
@@ -74,8 +74,8 @@ if(ITKPythonPackage_SUPERBUILD)
74
75
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
76
77
- # ITK nightly-master 2021-05-03
78
- set(ITK_GIT_TAG "bb54bad693")
+ # ITK nightly-master 2021-05-05
+ set(ITK_GIT_TAG "0de9cfe31d")
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.0.dev20210503+58.gbb54bad693'
+VERSION = '5.2.0.dev20210505+66.g0de9cfe31d'
2
3
def get_versions():
4
"""Returns versions for the ITK Python package.
0 commit comments