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