Skip to content

Commit

Permalink
Update to version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blowekamp committed Feb 7, 2023
1 parent adab09d commit 9926e46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -13,7 +13,7 @@

setup(
name='itk-simpleitkfilters',
version='0.3.0',
version='1.0.0',
author='SimpleITK',
author_email='itk+community@discourse.itk.org',
packages=['itk'],
Expand All @@ -25,7 +25,7 @@
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
"Programming Language :: C++",
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Education",
"Intended Audience :: Healthcare Industry",
Expand All @@ -44,6 +44,6 @@
keywords='ITK InsightToolkit',
url=r'https://itk.org/',
install_requires=[
r'itk>=5.2.0'
r'itk~=5.3.0'
]
)

0 comments on commit 9926e46

Please sign in to comment.