From a3b8f969067d81e9eb781135febf5e64ae595c6c Mon Sep 17 00:00:00 2001 From: Stephen Aylward Date: Sat, 29 Jun 2024 07:41:14 -0400 Subject: [PATCH] ENH: Bump TubeTK to v1.4.0 --- CMakeLists.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 847bd2cb2..19a5ec7e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ endif() project( TubeTK ) -set( TubeTK_VERSION 1.3.7 ) +set( TubeTK_VERSION 1.4.0 ) #### # Setup CMake diff --git a/pyproject.toml b/pyproject.toml index 8a65de7ff..47994571a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "itk-tubetk" -version = "1.3.7" +version = "1.4.0" description = "An open-source toolkit, led by Kitware, Inc., for the segmentation, registration, and analysis of tubes (e.g., blood vessels) in images." readme = "README.md" license = {file = "LICENSE"}