From a8c16d0cfa804816efc8e01d702171b5f138435d Mon Sep 17 00:00:00 2001 From: willgraf <7930703+willgraf@users.noreply.github.com> Date: Mon, 11 Oct 2021 15:51:51 -0700 Subject: [PATCH] Bump version to `0.5.0`. (#81) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2982edc..88f3f35 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ readme = f.read() -VERSION = '0.5.0-rc.3' +VERSION = '0.5.0' NAME = 'DeepCell_Tracking' DESCRIPTION = 'Tracking cells and lineage with deep learning.' LICENSE = 'LICENSE'