From 05a7196409bb442cfcd9c62af05785500b79d1ec Mon Sep 17 00:00:00 2001 From: willgraf <7930703+willgraf@users.noreply.github.com> Date: Tue, 7 Sep 2021 18:59:47 -0700 Subject: [PATCH] Update version for 0.5.0 pre-relase (#75) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5b00804..be71348 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ readme = f.read() -VERSION = '0.4.5' +VERSION = '0.5.0-rc.1' NAME = 'DeepCell_Tracking' DESCRIPTION = 'Tracking cells and lineage with deep learning.' LICENSE = 'LICENSE'