diff --git a/CHANGELOG.md b/CHANGELOG.md index ff57d235..0cc1a361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [[1.0.0](https://github.com/sanger-tol/blobtoolkit/releases/tag/1.0.0)] – Bellsprout – [] +## – Bellsprout – [] The pipeline has now been validated for draft (unpublished) assemblies. diff --git a/nextflow.config b/nextflow.config index dc8cc891..319b9b3d 100644 --- a/nextflow.config +++ b/nextflow.config @@ -246,7 +246,7 @@ manifest { description = """Quality assessment of genome assemblies""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '1.0.0' + version = '0.6.0-dev' doi = '10.5281/zenodo.7949058' }