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 2ac066f commit ae0684dCopy full SHA for ae0684d
CMakeLists.txt
@@ -94,8 +94,8 @@ if(ITKPythonPackage_SUPERBUILD)
94
95
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
96
97
- # master branch, 2024-05-20
98
- set(ITK_GIT_TAG "v5.4.0")
+ # main branch, 2025-07-16
+ set(ITK_GIT_TAG "ff4ff13ec295595cab2edbb3173a39ef798e4c7d")
99
100
#-----------------------------------------------------------------------------
101
# A separate project is used to download ITK, so that it can reused
itkVersion.py
@@ -1,4 +1,4 @@
1
-VERSION = '5.4.0'
+VERSION = '6.0b1'
2
3
def get_versions():
4
"""Returns versions for the ITK Python package.
0 commit comments