Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljyanesm committed Jan 21, 2022
1 parent e324bd8 commit 065a194
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.6.0
current_version = 0.6.1
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.6.0'
VERSION = '0.6.1'
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.6.0',
version='0.6.1',
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.6.0
version=0.6.1
rundir=$(dirname "$(realpath "$0")")
cd "$(mktemp -d)"
cp "${rundir}"/reat_singularity.def reat.def
Expand Down

0 comments on commit 065a194

Please sign in to comment.