Skip to content

Commit

Permalink
Merge pull request #154 from aylward/r1.3.6
Browse files Browse the repository at this point in the history
ENH: Release v1.3.6
  • Loading branch information
aylward committed Jan 12, 2024
2 parents 454586b + b3c3dd6 commit 462e7d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 462e7d6

Please sign in to comment.