Skip to content

Commit

Permalink
Version 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ljyanesm committed Sep 3, 2021
1 parent 20999f6 commit e9e9a0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.3.1
current_version = 2.3.2
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion Mikado/version.py
@@ -1 +1 @@
__version__ = "2.3.1"
__version__ = "2.3.2"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -57,7 +57,7 @@
setup(
name="Mikado",
python_requires=">3.6",
version="2.3.1",
version="2.3.2",
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",
Expand Down

0 comments on commit e9e9a0f

Please sign in to comment.