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 722b8b1 + efbfbc4 commit 709278fCopy full SHA for 709278f
CMakeLists.txt
@@ -89,8 +89,8 @@ if(ITKPythonPackage_SUPERBUILD)
89
90
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
91
92
- # ITK nightly-master 2022-07-05
93
- set(ITK_GIT_TAG "c44a7731f22bd5d241ac8f9369018671800f5cd9")
+ # ITK nightly-master 2022-07-05
+ set(ITK_GIT_TAG "c44a7731f2")
94
95
#-----------------------------------------------------------------------------
96
# A separate project is used to download ITK, so that it can reused
itkVersion.py
@@ -1,4 +1,4 @@
1
-VERSION = '5.3rc03.dev20220622+489.g8ca6e8dc15'
+VERSION = '5.3rc03.dev20220704+501.gc44a7731f2'
2
3
def get_versions():
4
"""Returns versions for the ITK Python package.
0 commit comments