Skip to content

Commit d3e5d1c

Browse files
committed
ENH: Bump Python package version to 3.6.0
1 parent e20b8f0 commit d3e5d1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='itk-texturefeatures',
15-
version='3.5.2',
15+
version='3.6.0',
1616
author='Insight Software Consortium',
1717
author_email='community@itk.org',
1818
packages=['itk'],
@@ -48,6 +48,6 @@
4848
keywords='ITK InsightToolkit glcm texture features image imaging',
4949
url=r'https://itk.org/',
5050
install_requires=[
51-
r'itk>=5.3rc04.post3'
51+
r'itk>=5.3.0'
5252
]
5353
)

0 commit comments

Comments
 (0)