Skip to content

Commit

Permalink
ENH: Release v1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aylward committed Jan 12, 2024
1 parent 454586b commit b3c3dd6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -27,7 +27,7 @@ endif()

project( TubeTK )

set( TubeTK_VERSION 1.3.5 )
set( TubeTK_VERSION 1.3.6 )

####
# Setup CMake
Expand Down
2 changes: 1 addition & 1 deletion itk-module.cmake
Expand Up @@ -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
Expand Down Expand Up @@ -61,5 +60,6 @@ itk_module( TubeTK
ITKTestKernel
DESCRIPTION
"${DOCUMENTATION}"
ENABLE_SHARED
EXCLUDE_FROM_DEFAULT
)
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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'],
Expand Down

0 comments on commit b3c3dd6

Please sign in to comment.