From b3c3dd6a2ad7d8949b9de686ed725990a30012e8 Mon Sep 17 00:00:00 2001 From: Stephen Aylward Date: Fri, 12 Jan 2024 10:44:57 -0500 Subject: [PATCH] ENH: Release v1.3.6 --- CMakeLists.txt | 2 +- itk-module.cmake | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f760f8418..b5319e1db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ endif() project( TubeTK ) -set( TubeTK_VERSION 1.3.5 ) +set( TubeTK_VERSION 1.3.6 ) #### # Setup CMake diff --git a/itk-module.cmake b/itk-module.cmake index 253652cd4..ab006bfff 100644 --- a/itk-module.cmake +++ b/itk-module.cmake @@ -23,7 +23,6 @@ set( DOCUMENTATION "TubeTK provides methods for extracting, registering, and quantifying the shape of tubular structures (e.g., vessels, nerves, bones, roads) in 2D and 3D images (e.g., from MRI, CT, ultrasound, or satelite imaging).") itk_module( TubeTK - ENABLE_SHARED DEPENDS ITKCommon ITKFFT @@ -61,5 +60,6 @@ itk_module( TubeTK ITKTestKernel DESCRIPTION "${DOCUMENTATION}" + ENABLE_SHARED EXCLUDE_FROM_DEFAULT ) diff --git a/setup.py b/setup.py index a81cabfb6..902131703 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ #include_dirs=[np.get_include()], setup( name='itk-tubetk', - version='1.3.5', + version='1.3.6', author='Stephen R. Aylward', author_email='stephen.aylward@kitware.com', packages=['itk'],