From 6c4f010865a9942523e9cd5dd7bde897fa96cd33 Mon Sep 17 00:00:00 2001 From: willgraf <7930703+willgraf@users.noreply.github.com> Date: Tue, 12 Nov 2019 16:48:40 -0800 Subject: [PATCH] Update setup.py for 0.2.2 release. (#18) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e50e464..31e487b 100644 --- a/setup.py +++ b/setup.py @@ -27,13 +27,13 @@ from setuptools import find_packages setup(name='Deepcell_Tracking', - version='0.2.1', + version='0.2.2', description='Tracking cells and lineage with deep learning.', author='Van Valen Lab', author_email='vanvalenlab@gmail.com', url='https://github.com/vanvalenlab/deepcell-tracking', download_url='https://github.com/vanvalenlab/' - 'deepcell-tracking/tarball/0.2.1', + 'deepcell-tracking/tarball/0.2.2', license='LICENSE', install_requires=['networkx<=2.3', 'numpy',