Bump version number

When you release a new version of a nf-core pipeline, you need to update version numbers in several places. The nf-core pipelines bump-version command automates this process to avoid manual errors.

This command requires your pipeline to pass the linting tests.

Run nf-core pipelines bump-version <new_version>, for example:

nf-core pipelines bump-version 1.1

To specify a different directory, use --dir <pipeline_dir>. To change the required version of Nextflow instead of the pipeline version number, use the --nextflow flag.