Skip to content

Commit 065a194

Browse files
committed
v0.6.1
1 parent e324bd8 commit 065a194

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.0
2+
current_version = 0.6.1
33
commit = True
44
tag = True
55

annotation/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from Mikado.parsers import parser_factory
88
from Mikado.transcripts import Gene, Transcript
99

10-
VERSION = '0.6.0'
10+
VERSION = '0.6.1'
1111
RUN_METADATA = "run_details.json"
1212

1313
UTR_SELECTION_OPTIONS = ('gold', 'silver', 'bronze', 'all', 'hq_assembly', 'lq_assembly')

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='reat',
9-
version='0.6.0',
9+
version='0.6.1',
1010
packages=find_packages('.', exclude=["tests"]),
1111
url='https://github.com/ei-corebioinformatics/reat',
1212
classifiers=[

singularity/build_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
set -euxo
2-
version=0.6.0
2+
version=0.6.1
33
rundir=$(dirname "$(realpath "$0")")
44
cd "$(mktemp -d)"
55
cp "${rundir}"/reat_singularity.def reat.def

0 commit comments

Comments
 (0)