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