From 2ea96f5818f06aed65284fc39acc5cea99b26a2e Mon Sep 17 00:00:00 2001 From: Matthew McCormick Date: Wed, 12 Mar 2025 22:00:24 -0400 Subject: [PATCH] ENH: Bump version to 6.0a3 --- CMakeLists.txt | 4 ++-- itkVersion.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 454f4b7..3776036 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/itkVersion.py b/itkVersion.py index 775f664..02cc7ce 100644 --- a/itkVersion.py +++ b/itkVersion.py @@ -1,4 +1,4 @@ -VERSION = '6.0a1' +VERSION = '6.0a3' def get_versions(): """Returns versions for the ITK Python package.