Skip to content

Commit

Permalink
Bump version: 0.2.3 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljyanesm committed Aug 24, 2021
1 parent 1e2e9f8 commit 7a92b5e
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.2.3
current_version = 0.3.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.2.3'
VERSION = '0.3.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.2.3',
version='0.3.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.2.3
version=0.3.0
rundir=$(dirname "$(realpath "$0")")
cd "$(mktemp -d)"
cp "${rundir}"/reat_singularity.def reat.def
Expand Down

0 comments on commit 7a92b5e

Please sign in to comment.