Skip to content

Commit

Permalink
Merge pull request #95 from InsightSoftwareConsortium/package-0.9
Browse files Browse the repository at this point in the history
ENH: Set package version for 0.9.0 release
  • Loading branch information
thewtex authored Dec 22, 2020
2 parents 7cbf001 + 1892330 commit a816d9a
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 @@ -18,7 +18,7 @@

setup(
name=package_name,
version='0.8.0',
version='0.9.0',
author='Insight Software Consortium',
author_email='itk+community@discourse.itk.org',
packages=['itk'],
Expand Down Expand Up @@ -49,6 +49,6 @@
keywords='ITK InsightToolkit',
url=r'https://itk.org/',
install_requires=[
r'itk>=5.1.1.post1'
r'itk>=5.1.2'
]
)

0 comments on commit a816d9a

Please # to comment.