diff --git a/CMakeLists.txt b/CMakeLists.txt index b5319e1db..847bd2cb2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ endif() project( TubeTK ) -set( TubeTK_VERSION 1.3.6 ) +set( TubeTK_VERSION 1.3.7 ) #### # Setup CMake diff --git a/pyproject.toml b/pyproject.toml index 511caeb84..8a65de7ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "itk-tubetk" -version = "1.3.6" +version = "1.3.7" 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"}