From fe53ddc4ccc1e888d9df3bba784463f304a3ede9 Mon Sep 17 00:00:00 2001 From: willgraf <7930703+willgraf@users.noreply.github.com> Date: Fri, 13 Aug 2021 12:52:40 -0700 Subject: [PATCH] Bump version to 0.4.4 (#69) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fcb1962..4a26170 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ readme = f.read() -VERSION = '0.4.3' +VERSION = '0.4.4' NAME = 'DeepCell_Tracking' DESCRIPTION = 'Tracking cells and lineage with deep learning.' LICENSE = 'LICENSE'