Skip to content

Commit

Permalink
Bump version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tbirdso authored Jun 3, 2022
1 parent f7e56d9 commit 669009f
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 @@ -13,7 +13,7 @@

setup(
name='itk-meshtopolydata',
version='0.8.1',
version='0.8.2',
author='Insight Software Consortium',
author_email='itk+community@discourse.itk.org',
packages=['itk'],
Expand Down Expand Up @@ -44,7 +44,7 @@
keywords='ITK InsightToolkit',
url=r'https://itk.org/',
install_requires=[
r'itk-core>=5.2.0.post2',
r'itk-core>=5.3rc04',
r'numpy',
]
)

0 comments on commit 669009f

Please sign in to comment.