Skip to content

Commit d33a30f

Browse files
committed
ENH: Bump ITK version to v6.0b02
1 parent 423abcc commit d33a30f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ if(ITKPythonPackage_SUPERBUILD)
9292
#-----------------------------------------------------------------------------
9393
include(ExternalProject)
9494

95-
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
95+
set(ITK_REPOSITORY "https://github.com/blowekamp/ITK.git")
9696

97-
# main branch, 2025-09-22
98-
set(ITK_GIT_TAG "0f93d6c875ab1a053ccb1a27f9f55b8aa2c4c20b")
97+
# release branch, 2026-02-25
98+
set(ITK_GIT_TAG "v6.0b02")
9999

100100
#-----------------------------------------------------------------------------
101101
# A separate project is used to download ITK, so that it can reused

itkVersion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = '6.0b1.post1'
1+
VERSION = '6.0b2'
22

33
def get_versions():
44
"""Returns versions for the ITK Python package.

0 commit comments

Comments
 (0)