Skip to content

Commit

Permalink
Bump version: 0.0.10 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljyanesm committed May 19, 2021
1 parent 7d274d0 commit 4f6c0ed
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.0.10
current_version = 0.1.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
@@ -1,6 +1,6 @@
import sys

VERSION = '0.0.10'
VERSION = '0.1.0'


def report_errors(errors, samples):
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.0.10',
version='0.1.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.0.10
version=0.1.0
rundir=$(dirname "$(realpath "$0")")
cd "$(mktemp -d)"
cp "${rundir}"/reat_singularity.def reat.def
Expand Down

0 comments on commit 4f6c0ed

Please sign in to comment.