Skip to content

Commit

Permalink
Merge pull request #14 from thewtex/python-version-bump
Browse files Browse the repository at this point in the history
BUG: Python package dependency version is 5.1.0.post3
  • Loading branch information
dzenanz authored Jul 3, 2020
2 parents da68005 + e3447ef commit b65eb0f
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 b65eb0f

Please sign in to comment.