Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ if(ITKPythonPackage_SUPERBUILD)

set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")

# master branch, 2024-11-13
set(ITK_GIT_TAG "v6.0a01")
# master branch, 2025-03-12
set(ITK_GIT_TAG "v6.0a03")

#-----------------------------------------------------------------------------
# A separate project is used to download ITK, so that it can reused
Expand Down
2 changes: 1 addition & 1 deletion itkVersion.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = '6.0a1'
VERSION = '6.0a3'

def get_versions():
"""Returns versions for the ITK Python package.
Expand Down