Skip to content

Commit c5985d5

Browse files
committed
ENH: Bump Python package version to 1.1.0
1 parent 2f72477 commit c5985d5

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-twoprojectionregistration',
16-
version='1.0.1',
16+
version='1.1.0',
1717
author='Jian Wu',
1818
author_email='jwu2@ufl.edu',
1919
packages=['itk'],
@@ -51,6 +51,6 @@
5151
keywords='ITK InsightToolkit Projection Registration',
5252
url=r'https://github.com/InsightSoftwareConsortium/ITKTwoProjectionRegistration',
5353
install_requires=[
54-
r'itk>=5.0rc1'
54+
r'itk>=5.1.0.post2'
5555
]
5656
)

0 commit comments

Comments
 (0)