diff --git a/README.rst b/README.rst index b05941e..60bdf25 100644 --- a/README.rst +++ b/README.rst @@ -190,6 +190,8 @@ Changelog ========= ==================================================================== Version Description ========= ==================================================================== +0.21.0 * Fix requirements, update apptainer for sequana_tools and fastp, + add star options to use new shells. 0.20.2 * Fix workflow and multiqc parsing 0.20.1 * Fix wrapper version in the config and fastp rule. 0.20.0 * Fix regression due to new sequana version diff --git a/pyproject.toml b/pyproject.toml index 512c628..b4ec9e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "sequana-rnaseq" -version = "0.20.2" +version = "0.21.0" description = "A RNAseq pipeline from raw reads to feature counts" authors = ["Sequana Team"] license = "BSD-3"