Skip to content

Commit bb89686

Browse files
authored
Merge pull request #19 from blowekamp/UpdateVersion
Update to version 1.0
2 parents adab09d + 9926e46 commit bb89686

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

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

1414
setup(
1515
name='itk-simpleitkfilters',
16-
version='0.3.0',
16+
version='1.0.0',
1717
author='SimpleITK',
1818
author_email='[email protected]',
1919
packages=['itk'],
@@ -25,7 +25,7 @@
2525
"License :: OSI Approved :: Apache Software License",
2626
"Programming Language :: Python",
2727
"Programming Language :: C++",
28-
"Development Status :: 4 - Beta",
28+
"Development Status :: 5 - Production/Stable",
2929
"Intended Audience :: Developers",
3030
"Intended Audience :: Education",
3131
"Intended Audience :: Healthcare Industry",
@@ -44,6 +44,6 @@
4444
keywords='ITK InsightToolkit',
4545
url=r'https://itk.org/',
4646
install_requires=[
47-
r'itk>=5.2.0'
47+
r'itk~=5.3.0'
4848
]
4949
)

0 commit comments

Comments
 (0)