Skip to content

Commit

Permalink
Merge pull request #128 from aylward/Version1.2.4
Browse files Browse the repository at this point in the history
ENH: Upgrade to version 1.2.4
  • Loading branch information
aylward authored Dec 4, 2022
2 parents 0f6ba49 + 0db0c6e commit 4acd195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cmake_minimum_required(VERSION 3.16.3)

project( TubeTK )

set( TubeTK_VERSION 1.3.3 )
set( TubeTK_VERSION 1.3.4 )

if(NOT ITK_SOURCE_DIR)
include(itk-module-init.cmake)
Expand Down
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.3',
version='1.3.4',
author='Stephen R. Aylward',
author_email='[email protected]',
packages=['itk'],
Expand Down

0 comments on commit 4acd195

Please sign in to comment.