We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b843d2 + 33df666 commit c714ad5Copy full SHA for c714ad5
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name='itk-twoprojectionregistration',
16
- version='1.0.0',
+ version='1.0.1',
17
author='Jian Wu',
18
author_email='jwu2@ufl.edu',
19
packages=['itk'],
test/azure-pipelines.yml
@@ -1,6 +1,6 @@
1
variables:
2
ITKGitTag: v5.0rc01
3
- CMakeBuildType: MinSizeRel
+ CMakeBuildType: Release
4
5
trigger:
6
batch: true
0 commit comments