From 8c70c777ade843c965d603393119ed8cda6a6424 Mon Sep 17 00:00:00 2001 From: Matthieu Muffato Date: Fri, 23 Aug 2024 16:59:10 +0100 Subject: [PATCH] Corrected the version as I want to be sure this is really ready for the big show --- CHANGELOG.md | 2 +- nextflow.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' }