We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adab09d commit 9926e46Copy full SHA for 9926e46
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name='itk-simpleitkfilters',
16
- version='0.3.0',
+ version='1.0.0',
17
author='SimpleITK',
18
author_email='[email protected]',
19
packages=['itk'],
@@ -25,7 +25,7 @@
25
"License :: OSI Approved :: Apache Software License",
26
"Programming Language :: Python",
27
"Programming Language :: C++",
28
- "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
29
"Intended Audience :: Developers",
30
"Intended Audience :: Education",
31
"Intended Audience :: Healthcare Industry",
@@ -44,6 +44,6 @@
44
keywords='ITK InsightToolkit',
45
url=r'https://itk.org/',
46
install_requires=[
47
- r'itk>=5.2.0'
+ r'itk~=5.3.0'
48
]
49
)
0 commit comments