From a3bc02888e30f96cf79437208c359f980e06bd2a Mon Sep 17 00:00:00 2001 From: Sarah Griffiths Date: Wed, 12 Jul 2023 08:21:11 +0000 Subject: [PATCH] tag v0.2.0 --- CHANGELOG.md | 2 +- nextflow.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 168121f..d592e2e 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.2.0] ### Changed - GitHub issue templates - Condition sheet is no longer required. The sample sheet is now used to indicate condition instead. diff --git a/nextflow.config b/nextflow.config index c903544..c4943b0 100644 --- a/nextflow.config +++ b/nextflow.config @@ -115,7 +115,7 @@ manifest { description = 'Transcriptome analysis including gene fusions, differential expression as well as assembly and annotation of cDNA and direct RNA sequencing data.' mainScript = 'main.nf' nextflowVersion = '>=22.10.8' - version = 'v0.1.13' + version = 'v0.2.0' } executor {