From 182c2fc62d72b302a564f1f2d59774430a100a93 Mon Sep 17 00:00:00 2001 From: Allen Goodman Date: Mon, 8 Jun 2020 11:04:44 -0400 Subject: [PATCH] 4.0.0rc7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b90fc0f3..202289d8 100644 --- a/setup.py +++ b/setup.py @@ -32,5 +32,5 @@ packages=setuptools.find_packages(exclude=["tests"]), python_requires=">=3.8, <4", url="https://github.com/CellProfiler/core", - version="4.0.0rc6", + version="4.0.0rc7", )