Skip to content

Commit c714ad5

Browse files
authored
Merge pull request #14 from thewtex/version-bump
Version bump
2 parents 7b843d2 + 33df666 commit c714ad5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='itk-twoprojectionregistration',
16-
version='1.0.0',
16+
version='1.0.1',
1717
author='Jian Wu',
1818
author_email='[email protected]',
1919
packages=['itk'],

test/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
variables:
22
ITKGitTag: v5.0rc01
3-
CMakeBuildType: MinSizeRel
3+
CMakeBuildType: Release
44

55
trigger:
66
batch: true

0 commit comments

Comments
 (0)