Skip to content

Commit 444ddb9

Browse files
committed
Update version to 0.2 and add package dependency on itk v5.1.1
1 parent cfce1fd commit 444ddb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='itk-simpleitkfilters',
16-
version='0.1.0',
16+
version='0.2.0',
1717
author='SimpleITK',
1818
author_email='itk+community@discourse.itk.org',
1919
packages=['itk'],
@@ -44,6 +44,6 @@
4444
keywords='ITK InsightToolkit',
4545
url=r'https://itk.org/',
4646
install_requires=[
47-
r'itk>=5.1.0.post2'
47+
r'itk>=5.1.1''
4848
]
4949
)

0 commit comments

Comments
 (0)