Skip to content

Commit

Permalink
ENH: Set package version for 0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Dec 21, 2020
1 parent 7cbf001 commit 1892330
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 1892330

Please # to comment.