diff --git a/deepcell_spots/_version.py b/deepcell_spots/_version.py index 7d80703..855f32c 100644 --- a/deepcell_spots/_version.py +++ b/deepcell_spots/_version.py @@ -27,7 +27,7 @@ __title__ = 'DeepCell-Spots' __description__ = 'Deep learning for fluorescent spot detection' __url__ = 'https://github.com/vanvalenlab/deepcell-spots' -__version__ = '0.4.1' +__version__ = '0.4.2' __download_url__ = '{}/tarball/{}'.format(__url__, __version__) __author__ = 'The Van Valen Lab' __author_email__ = 'vanvalen@caltech.edu'