From 0b6a3694012dc2c5cc7cc5025c53960a4e77cd61 Mon Sep 17 00:00:00 2001 From: willgraf <7930703+willgraf@users.noreply.github.com> Date: Wed, 17 Nov 2021 21:51:37 -0800 Subject: [PATCH] Bump version to 0.5.3. (#87) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 78aa861..fb7d500 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ readme = f.read() -VERSION = '0.5.2' +VERSION = '0.5.3' NAME = 'DeepCell_Tracking' DESCRIPTION = 'Tracking cells and lineage with deep learning.' LICENSE = 'LICENSE'