From e30cbad89cc0373d85f7992d3c3ac7a0b8c53d68 Mon Sep 17 00:00:00 2001 From: Morgan Schwartz Date: Fri, 3 Jun 2022 12:03:41 -0700 Subject: [PATCH] Bump version to 0.6.0 (#97) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 82f2c0e..0ad7786 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ readme = f.read() -VERSION = '0.5.7' +VERSION = '0.6.0' NAME = 'DeepCell_Tracking' DESCRIPTION = 'Tracking cells and lineage with deep learning.' LICENSE = 'LICENSE'