diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index ab3e9e4a9..e3db72b82 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 13.0.1
+current_version = 14.0.0
commit = True
tag = True
tag_name = v{new_version}
diff --git a/BALSAMIC/__init__.py b/BALSAMIC/__init__.py
index cb2866336..229469150 100644
--- a/BALSAMIC/__init__.py
+++ b/BALSAMIC/__init__.py
@@ -1 +1 @@
-__version__ = "13.0.1"
+__version__ = "14.0.0"
diff --git a/BALSAMIC/__version__.py b/BALSAMIC/__version__.py
index cb2866336..229469150 100644
--- a/BALSAMIC/__version__.py
+++ b/BALSAMIC/__version__.py
@@ -1 +1 @@
-__version__ = "13.0.1"
+__version__ = "14.0.0"
diff --git a/CITATION.cff b/CITATION.cff
index 63a7cc788..5ca984ae6 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -18,5 +18,5 @@ authors:
- family-names: "Wirta"
given-names: "Valtteri"
title: "BALSAMIC: Bioinformatic Analysis pipeLine for SomAtic MutatIons in Cancer"
-version: v13.0.1
+version: v14.0.0
url: "https://github.com/Clinical-Genomics/BALSAMIC"
diff --git a/README.rst b/README.rst
index f55a8b3a9..cd6dffd4f 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,7 @@
-
Bioinformatic Analysis pipeLine for SomAtic MutatIons in Cancer (v 13.0.1)
+ Bioinformatic Analysis pipeLine for SomAtic MutatIons in Cancer (v 14.0.0)
FastQ to Annotated VCF
@@ -56,7 +56,7 @@ Snakemake cli given that there is a proper config file created.
.. |docker_latest_build_status| image:: https://github.com/Clinical-Genomics/BALSAMIC/actions/workflows/docker_build_push.yml/badge.svg
-.. |docker_latest_release_status| image:: https://github.com/Clinical-Genomics/BALSAMIC/actions/workflows/docker_build_push_release.yml/badge.svg?tag=v13.0.1
+.. |docker_latest_release_status| image:: https://github.com/Clinical-Genomics/BALSAMIC/actions/workflows/docker_build_push_release.yml/badge.svg?tag=v14.0.0
.. |snakemake_badge| image:: https://img.shields.io/badge/snakemake-%E2%89%A55.12.3-brightgreen.svg
diff --git a/docs/balsamic_methods.rst b/docs/balsamic_methods.rst
index 4b0b3920f..72735baa5 100644
--- a/docs/balsamic_methods.rst
+++ b/docs/balsamic_methods.rst
@@ -5,7 +5,7 @@ Method description
Target Genome Analysis
~~~~~~~~~~~~~~~~~~~~~~
-BALSAMIC :superscript:`1` (**version** = 13.0.1) was used to analyze the data from raw FASTQ files.
+BALSAMIC :superscript:`1` (**version** = 14.0.0) was used to analyze the data from raw FASTQ files.
We first quality controlled FASTQ files using FastQC v0.11.9 :superscript:`2`.
Adapter sequences and low-quality bases were trimmed using fastp v0.23.2 :superscript:`3`.
Trimmed reads were mapped to the reference genome hg19 using sentieon-tools 202010.02 :superscript:`15`.
@@ -26,7 +26,7 @@ to annotate somatic variants for their population allele frequency from gnomAD v
Whole Genome Analysis
~~~~~~~~~~~~~~~~~~~~~
-BALSAMIC :superscript:`1` (**version** = 13.0.1) was used to analyze the data from raw FASTQ files.
+BALSAMIC :superscript:`1` (**version** = 14.0.0) was used to analyze the data from raw FASTQ files.
We first quality controlled FASTQ files using FastQC v0.11.9 :superscript:`2`.
Adapter sequences and low-quality bases were trimmed using fastp v0.23.2 :superscript:`3`.
Trimmed reads were mapped to the reference genome hg19 using sentieon-tools 202010.02 :superscript:`15`.
@@ -46,7 +46,7 @@ to annotate somatic single nucleotide variants for their population allele frequ
UMI Data Analysis
~~~~~~~~~~~~~~~~~~~~~
-BALSAMIC :superscript:`1` (**version** = 13.0.1) was used to analyze the data from raw FASTQ files.
+BALSAMIC :superscript:`1` (**version** = 14.0.0) was used to analyze the data from raw FASTQ files.
We first quality controlled FASTQ files using FastQC v0.11.9 :superscript:`2`.
UMI tag extraction and consensus generation were performed using Sentieon tools v202010.02 :superscript:`15`.
Adapter sequences and low-quality bases were trimmed using fastp v0.23.2 :superscript:`3`.
diff --git a/docs/bioinfo_softwares.rst b/docs/bioinfo_softwares.rst
index ee8930968..0f1e92562 100644
--- a/docs/bioinfo_softwares.rst
+++ b/docs/bioinfo_softwares.rst
@@ -2,7 +2,7 @@
Tools and software
=================================
-BALSAMIC ( **version** = 13.0.1 ) uses myriad of tools and softwares to analyze fastq files. This section covers why each
+BALSAMIC ( **version** = 14.0.0 ) uses myriad of tools and softwares to analyze fastq files. This section covers why each
one is included: usage and parameters, and relevant external links.
ascatNgs
diff --git a/docs/install.rst b/docs/install.rst
index 5d327e10b..8452086f5 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -2,7 +2,7 @@
Installation
============
-This section describes steps to install BALSAMIC (**version** = 13.0.1)
+This section describes steps to install BALSAMIC (**version** = 14.0.0)
diff --git a/docs/user_guide.rst b/docs/user_guide.rst
index f94b108b0..37eb9caee 100644
--- a/docs/user_guide.rst
+++ b/docs/user_guide.rst
@@ -2,7 +2,7 @@
Short tutorial
==============
-Here a short tutorial is provided for BALSAMIC (**version** = 13.0.1).
+Here a short tutorial is provided for BALSAMIC (**version** = 14.0.0).
Regarding fastq-inputs
---------------------
diff --git a/setup.py b/setup.py
index 52fbcdfb8..ff457ec5e 100644
--- a/setup.py
+++ b/setup.py
@@ -122,7 +122,7 @@
setup(
name=NAME,
- version="13.0.1",
+ version="14.0.0",
url=URL,
author=AUTHOR,
author_email=EMAIL,