From 974b30feb79b1701c832d1dc12b99d675b6657d4 Mon Sep 17 00:00:00 2001 From: ljyanesm Date: Fri, 20 Aug 2021 13:55:57 +0100 Subject: [PATCH] Version 2.3.1 --- .bumpversion.cfg | 2 +- Mikado/version.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 27c9ee5d..820acca8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.3.0 +current_version = 2.3.1 commit = False tag = False diff --git a/Mikado/version.py b/Mikado/version.py index 55e47090..3a5935a2 100644 --- a/Mikado/version.py +++ b/Mikado/version.py @@ -1 +1 @@ -__version__ = "2.3.0" +__version__ = "2.3.1" diff --git a/setup.py b/setup.py index c5926cee..a73f7b00 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ setup( name="Mikado", python_requires=">3.6", - version="2.3.0", + version="2.3.1", description="A Python3 annotation program to select the best gene model in each locus", long_description=long_description, url="https://github.com/EI-CoreBioinformatics/mikado",