Skip to content

Commit

Permalink
ENH: Bump version for ITK 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rit committed May 24, 2024
1 parent c7c766a commit d8c11b7
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 @@ -20,7 +20,7 @@

setup(
name=wheel_name,
version='1.0.1',
version='1.1.0',
author='RTK Consortium',
author_email='[email protected]',
packages=['itk'],
Expand Down Expand Up @@ -50,6 +50,6 @@
license='Apache',
url=r'https://github.com/RTKConsortium/ITKCudaCommon',
install_requires=[
r'itk==5.4.0'
r'itk==5.4.*'
]
)

0 comments on commit d8c11b7

Please sign in to comment.