From c5782e6055ff8f838cf278d1e9157b6870547958 Mon Sep 17 00:00:00 2001 From: Adam Tyson Date: Wed, 18 Aug 2021 18:37:45 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.7-rc0=20=E2=86=92=200.2.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cellfinder_core/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cellfinder_core/__init__.py b/cellfinder_core/__init__.py index 885e5781..5413e985 100644 --- a/cellfinder_core/__init__.py +++ b/cellfinder_core/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.2.7-rc0" +__version__ = "0.2.7" __author__ = "Adam Tyson, Christian Niedworok, Charly Rousseau" __license__ = "BSD-3-Clause" diff --git a/setup.cfg b/setup.cfg index 6d1a8eed..92ebdf13 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.7-rc0 +current_version = 0.2.7 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index 4af10305..77948d33 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ setup( name="cellfinder-core", - version="0.2.7-rc0", + version="0.2.7", description="Automated 3D cell detection in large microscopy images", long_description=long_description, long_description_content_type="text/markdown",