Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljyanesm committed Nov 30, 2021
1 parent 79f6567 commit 6c5759d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.6
current_version = 0.5.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion annotation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from Mikado.parsers import parser_factory
from Mikado.transcripts import Gene, Transcript

VERSION = '0.4.6'
VERSION = '0.5.0'
RUN_METADATA = "run_details.json"

UTR_SELECTION_OPTIONS = ('gold', 'silver', 'bronze', 'all', 'hq_assembly', 'lq_assembly')
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='reat',
version='0.4.6',
version='0.5.0',
packages=find_packages('.', exclude=["tests"]),
url='https://github.com/ei-corebioinformatics/reat',
classifiers=[
Expand Down
2 changes: 1 addition & 1 deletion singularity/build_image.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set -euxo
version=0.4.6
version=0.5.0
rundir=$(dirname "$(realpath "$0")")
cd "$(mktemp -d)"
cp "${rundir}"/reat_singularity.def reat.def
Expand Down

0 comments on commit 6c5759d

Please sign in to comment.