diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d804661..00dd1b8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.5.1 commit = True tag = True tag_name = {new_version} diff --git a/hbp.yml b/hbp.yml index 9af754f..b2a1a7d 100644 --- a/hbp.yml +++ b/hbp.yml @@ -61,8 +61,8 @@ testing: command: /tests/tesh.sh release_management: - current_version: 0.5.0 - current_code_release: https://github.com/HBPMedical/r-mip-adaptor/archive/0.5.0.zip + current_version: 0.5.1 + current_code_release: https://github.com/HBPMedical/r-mip-adaptor/archive/0.5.1.zip release_script: 'publish.sh' continuous_integration: []