Skip to content

Commit 669009f

Browse files
authored
Bump version in setup.py
1 parent f7e56d9 commit 669009f

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
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='itk-meshtopolydata',
16-
version='0.8.1',
16+
version='0.8.2',
1717
author='Insight Software Consortium',
1818
author_email='[email protected]',
1919
packages=['itk'],
@@ -44,7 +44,7 @@
4444
keywords='ITK InsightToolkit',
4545
url=r'https://itk.org/',
4646
install_requires=[
47-
r'itk-core>=5.2.0.post2',
47+
r'itk-core>=5.3rc04',
4848
r'numpy',
4949
]
5050
)

0 commit comments

Comments
 (0)