Skip to content

Commit 892c54d

Browse files
authored
ENH: Update package version for itk-5.2.0.post2
1 parent 346c3f5 commit 892c54d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='itk-strain',
16-
version='0.3.3',
16+
version='0.3.4',
1717
author='Matthew M. McCormick',
1818
author_email='[email protected]',
1919
packages=['itk'],
@@ -53,6 +53,6 @@
5353
keywords='ITK Strain Tensor Displacement Field',
5454
url=r'https://github.com/InsightSoftwareConsortium/ITKStrain',
5555
install_requires=[
56-
r'itk>=5.2.0'
56+
r'itk>=5.2.0.post2'
5757
]
5858
)

0 commit comments

Comments
 (0)