Skip to content

Commit

Permalink
Update version to 0.2 and add package dependency on itk v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blowekamp committed Oct 6, 2020
1 parent cfce1fd commit 444ddb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -13,7 +13,7 @@

setup(
name='itk-simpleitkfilters',
version='0.1.0',
version='0.2.0',
author='SimpleITK',
author_email='itk+community@discourse.itk.org',
packages=['itk'],
Expand Down Expand Up @@ -44,6 +44,6 @@
keywords='ITK InsightToolkit',
url=r'https://itk.org/',
install_requires=[
r'itk>=5.1.0.post2'
r'itk>=5.1.1''
]
)

0 comments on commit 444ddb9

Please sign in to comment.