Skip to content

Commit

Permalink
Version 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gemygk committed Jun 9, 2022
1 parent c399f18 commit 2b80d2f
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.3
current_version = 2.3.4
commit = False
tag = False

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

Please sign in to comment.