Skip to content

Commit

Permalink
Update setup.py version for 0.2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf authored Nov 26, 2019
1 parent a79f489 commit fd824b7
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 @@ -27,13 +27,13 @@
from setuptools import find_packages

setup(name='Deepcell_Tracking',
version='0.2.3',
version='0.2.4',
description='Tracking cells and lineage with deep learning.',
author='Van Valen Lab',
author_email='[email protected]',
url='https://github.com/vanvalenlab/deepcell-tracking',
download_url='https://github.com/vanvalenlab/'
'deepcell-tracking/tarball/0.2.3',
'deepcell-tracking/tarball/0.2.4',
license='LICENSE',
install_requires=['networkx>=2.1',
'numpy',
Expand Down

0 comments on commit fd824b7

Please sign in to comment.