Skip to content

Commit

Permalink
ENH: Bump Python package version to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed May 15, 2020
1 parent a95c93d commit a8d05f7
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 @@ -12,7 +12,7 @@

setup(
name='itk-texturefeatures',
version='3.2.2',
version='3.3.0',
author='Insight Software Consortium',
author_email='[email protected]',
packages=['itk'],
Expand Down Expand Up @@ -48,6 +48,6 @@
keywords='ITK InsightToolkit glcm texture features image imaging',
url=r'https://itk.org/',
install_requires=[
r'itk>=5.0.0.post1'
r'itk>=5.1.0'
]
)

0 comments on commit a8d05f7

Please sign in to comment.