Skip to content

Commit

Permalink
ENH: Bump TubeTK Version
Browse files Browse the repository at this point in the history
  • Loading branch information
aylward committed Dec 21, 2021
1 parent ec011a3 commit 2a85aef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push,pull_request]
env:
ITKMinimalPathExtraction-git-tag: v1.2.0
vtk-git-tag: "1681cee3489800373c2e183af2d3ca8552e05940"
itk-git-tag: v5.3rc01
itk-git-tag: v5.3rc02

jobs:
build-test-cxx:
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
matrix:
python-version: [37, 38, 39]
include:
- itk-python-git-tag: "v5.3rc01"
- itk-python-git-tag: "v5.3rc02"
c-compiler: "gcc"
cxx-compiler: "g++"
cmake-build-type: "Release"
Expand Down Expand Up @@ -308,7 +308,7 @@ jobs:
max-parallel: 1
matrix:
include:
- itk-python-git-tag: "v5.3rc01"
- itk-python-git-tag: "v5.3rc02"
c-compiler: "clang"
cxx-compiler: "clang++"
cmake-build-type: "Release"
Expand Down Expand Up @@ -391,7 +391,7 @@ jobs:
matrix:
python-version-minor: [7, 8, 9]
include:
- itk-python-git-tag: "v5.3rc01"
- itk-python-git-tag: "v5.3rc02"
c-compiler: "cl.exe"
cxx-compiler: "cl.exe"
cmake-build-type: "Release"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include_dirs=[np.get_include()],
setup(
name='itk-tubetk',
version='1.0.0',
version='1.0.1',
author='Stephen R. Aylward',
author_email='stephen.aylward@kitware.com',
packages=['itk'],
Expand Down Expand Up @@ -46,7 +46,7 @@
url=r'https://itk.org/',
install_requires=[
r'numpy',
r'itk>=5.2.1.post1',
r'itk>=5.3rc2.post1',
r'itk-minimalpathextraction>=1.2.0'
]
)

0 comments on commit 2a85aef

Please sign in to comment.