diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a20191b..3093b14 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.6" + ".": "0.1.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 25710b2..331f97c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.7](https://github.com/socialgene/sgnf/compare/v0.1.6...v0.1.7) (2023-07-03) + + +### Bug Fixes + +* bump sgpy ([6e3d05d](https://github.com/socialgene/sgnf/commit/6e3d05d05a0f04531ee3a1a5c33e05aa2d112ccb)) + ## [0.1.6](https://github.com/socialgene/sgnf/compare/v0.1.5...v0.1.6) (2023-07-02) diff --git a/nextflow.config b/nextflow.config index 0653aa1..82d0b51 100644 --- a/nextflow.config +++ b/nextflow.config @@ -15,7 +15,7 @@ manifest { mainScript = 'main.nf' defaultBranch = 'main' nextflowVersion = '!>=22.10.1' - version = '0.1.6' // x-release-please-version + version = '0.1.7' // x-release-please-version doi = '' }