From ba5b68095b2239bb36b7a4f4d0a23ed1faf98ae8 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Wed, 31 May 2023 11:55:55 -0500 Subject: [PATCH] chore: Bump stuff for release Co-authored-by: Adam Talbot --- CHANGELOG.md | 2 +- nextflow.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48822971..060bf818 100755 --- 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). -## dev +## 1.3.0 - 2023-05-31 ### `Added` diff --git a/nextflow.config b/nextflow.config index cd0482b2..9aaee9ad 100755 --- a/nextflow.config +++ b/nextflow.config @@ -227,7 +227,7 @@ manifest { description = """Demultiplexing pipeline for Illumina sequencing data""" mainScript = 'main.nf' nextflowVersion = '!>=22.10.1' - version = '1.3.0dev' + version = '1.3.0' doi = '10.5281/zenodo.7153103' }