From 4eb403fb7b5346b128099db7359ca5b24699cf9f Mon Sep 17 00:00:00 2001 From: Sarah Griffiths Date: Wed, 26 Jul 2023 14:16:54 +0000 Subject: [PATCH] tag v0.4.0 --- CHANGELOG.md | 2 +- nextflow.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fb357b..7123af5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [unreleased] +## [v0.4.0] ### Added - Documentation updated to include workflow steps. - Full plasmid assembly mean quality table in report. diff --git a/nextflow.config b/nextflow.config index f6c2f32..f11fd4d 100644 --- a/nextflow.config +++ b/nextflow.config @@ -59,7 +59,7 @@ manifest { description = 'De-novo reconstruction of synthetic plasmid sequences.' mainScript = 'main.nf' nextflowVersion = '>=22.10.8' - version = 'v0.3.1' + version = 'v0.4.0' } executor {