Skip to content

Commit

Permalink
bump version to 0.2.5 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf authored Dec 7, 2019
1 parent b9ec82d commit 99b5e6c
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.4',
version='0.2.5',
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.4',
'deepcell-tracking/tarball/0.2.5',
license='LICENSE',
install_requires=['networkx>=2.1',
'numpy',
Expand Down

0 comments on commit 99b5e6c

Please sign in to comment.