Skip to content

Commit

Permalink
ENH: Bump Python package version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex authored Nov 25, 2020
1 parent c324d9d commit df6240d
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-phasesymmetry',
version='1.0.3',
version='1.0.4',
author='Charles Hatt',
author_email='[email protected]',
packages=['itk'],
Expand Down Expand Up @@ -49,6 +49,6 @@
keywords='ITK InsightToolkit Phase-symmetry Multi-scale Fourier-domain',
url=r'https://github.com/KitwareMedical/ITKPhaseSymmetry',
install_requires=[
r'itk>=5.1.1'
r'itk>=5.1.1.post1'
]
)

0 comments on commit df6240d

Please sign in to comment.