Skip to content

Commit

Permalink
Merge pull request #111 from aylward/TubeTKv1.2
Browse files Browse the repository at this point in the history
ENH: TubeTK v1.2
  • Loading branch information
aylward authored May 10, 2022
2 parents ac8ce8b + 00d4197 commit a4f185a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ cmake_minimum_required(VERSION 3.10.2)

project( TubeTK )

set( TubeTK_VERSION 1.2 )

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

0 comments on commit a4f185a

Please sign in to comment.