Skip to content

Commit

Permalink
ENH: Update package version for itk-5.2.0.post2
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex authored May 17, 2021
1 parent 346c3f5 commit 892c54d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='itk-strain',
version='0.3.3',
version='0.3.4',
author='Matthew M. McCormick',
author_email='[email protected]',
packages=['itk'],
Expand Down Expand Up @@ -53,6 +53,6 @@
keywords='ITK Strain Tensor Displacement Field',
url=r'https://github.com/InsightSoftwareConsortium/ITKStrain',
install_requires=[
r'itk>=5.2.0'
r'itk>=5.2.0.post2'
]
)

0 comments on commit 892c54d

Please sign in to comment.