Skip to content

Commit

Permalink
Bump version in setup.py
Browse files Browse the repository at this point in the history
Bump package version and ITK package dependency
  • Loading branch information
tbirdso authored Jun 2, 2022
1 parent d2fedb1 commit ed97d30
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-ioscanco',
version='0.9.2',
version='0.9.3',
author='Matt McCormick',
author_email='[email protected]',
packages=['itk'],
Expand Down Expand Up @@ -44,6 +44,6 @@
keywords='ITK InsightToolkit',
url=r'https://itk.org/',
install_requires=[
r'itk-io>=v5.2.0'
r'itk-io>=v5.3rc04'
]
)

0 comments on commit ed97d30

Please sign in to comment.