Skip to content

Commit

Permalink
BUG: Python package dependency version is 5.1.0.post3
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jul 3, 2020
1 parent da68005 commit e3447ef
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-spcn',
version='0.1.0',
version='0.1.1',
author='Lee Newberg',
author_email='lee.newberg@kitware.com',
packages=['itk'],
Expand Down Expand Up @@ -44,6 +44,6 @@
keywords='ITK InsightToolkit',
url=r'https://itk.org/',
install_requires=[
r'itk>=5.0.0.post1'
r'itk>=5.1.0.post3'
]
)

0 comments on commit e3447ef

Please sign in to comment.