diff --git a/README.md b/README.md
index efcec00426937e0f244f2090b767df62cfbea36f..29250b761d3f17d5d575438872139ef6c401c833 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ The latest documentation of this package can be found in our readthedocs site:
 [latest API documentation](http://biobb_common.readthedocs.io/en/latest/).
 
 ### Version
-v3.0.0 2020.1
+v3.0.1 2020.2
 
 ### Copyright & Licensing
 This software has been developed in the [MMB group](http://mmb.irbbarcelona.org) at the [BSC](http://www.bsc.es/) & [IRB](https://www.irbbarcelona.org/) for the [European BioExcel](http://bioexcel.eu/), funded by the European Commission (EU H2020 [823830](http://cordis.europa.eu/projects/823830), EU H2020 [675728](http://cordis.europa.eu/projects/675728)).
diff --git a/biobb_common/docs/source/readme.md b/biobb_common/docs/source/readme.md
index efcec00426937e0f244f2090b767df62cfbea36f..29250b761d3f17d5d575438872139ef6c401c833 100644
--- a/biobb_common/docs/source/readme.md
+++ b/biobb_common/docs/source/readme.md
@@ -17,7 +17,7 @@ The latest documentation of this package can be found in our readthedocs site:
 [latest API documentation](http://biobb_common.readthedocs.io/en/latest/).
 
 ### Version
-v3.0.0 2020.1
+v3.0.1 2020.2
 
 ### Copyright & Licensing
 This software has been developed in the [MMB group](http://mmb.irbbarcelona.org) at the [BSC](http://www.bsc.es/) & [IRB](https://www.irbbarcelona.org/) for the [European BioExcel](http://bioexcel.eu/), funded by the European Commission (EU H2020 [823830](http://cordis.europa.eu/projects/823830), EU H2020 [675728](http://cordis.europa.eu/projects/675728)).
diff --git a/biobb_common/json_schemas/biobb_common.json b/biobb_common/json_schemas/biobb_common.json
index f263933728b366b82f92907d9301d9010526b145..3e4ced9e433815534addbb6d834be95fb534e0dc 100644
--- a/biobb_common/json_schemas/biobb_common.json
+++ b/biobb_common/json_schemas/biobb_common.json
@@ -6,7 +6,7 @@
     "conda": "https://anaconda.org/bioconda/biobb_common",
     "docker": "https://quay.io/repository/biocontainers/biobb_common",
     "singularity": "https://www.singularity-hub.org/collections/2734/usage",
-    "version": "3.0.0",
+    "version": "3.0.1",
     "tools" : [
         {
             "block" : "",
diff --git a/setup.py b/setup.py
index df536bdc6a2a0142142c23e8c531b95f74511b23..1795548646a603830db07516d952a449e27d3eef 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
 
 setuptools.setup(
     name="biobb_common",
-    version="3.0.0",
+    version="3.0.1",
     author="Biobb developers",
     author_email="pau.andrio@bsc.es",
     description="Biobb_common is the base package required to use the biobb packages.",