- warn instead of raise error when file is empty upon closing

This commit is contained in:
Wim Pomp
2022-07-01 10:32:02 +02:00
parent c09bba61bc
commit 41006c62bc
2 changed files with 56 additions and 50 deletions

View File

@@ -5,7 +5,7 @@ with open('README.md', 'r') as fh:
setuptools.setup(
name='tiffwrite',
version='2022.5.4',
version='2022.6.0',
author='Wim Pomp @ Lenstra lab NKI',
author_email='w.pomp@nki.nl',
description='Parallel tiff writer compatible with ImageJ.',