From 68ede324ac9219c9502f77bee7a0d4c963924e3e Mon Sep 17 00:00:00 2001 From: Ksenia Krasheninnikova Date: Fri, 15 Dec 2023 16:19:04 +0000 Subject: [PATCH] New dev branch --- CHANGELOG.md | 2 ++ nextflow.config | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d64fb58..84fc662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ 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). +## v0.9.1dev - [date] + ## [[0.9.0](https://github.com/sanger-tol/genomeassembly/releases/tag/0.9.0)] - Night Fury - [2023-12-15] Initial release of sanger-tol/genomeassembly, created with the [nf-core](https://nf-co.re/) template. diff --git a/nextflow.config b/nextflow.config index 3b1cfda..06f099e 100644 --- a/nextflow.config +++ b/nextflow.config @@ -219,7 +219,7 @@ manifest { description = """A bioinformatics best-practice analysis pipeline for genome assembly from PacBio CCS and HiC reads""" mainScript = 'main.nf' nextflowVersion = '!>=22.10.1' - version = '0.9.0' + version = '0.9.1dev' doi = '10.5281/zenodo.10391851' }