diff --git a/README.md b/README.md
index d30a540eaa8ad09d1619d218c77ec6d3053e1190..dfc4adae7be6eeb2a65a1830fd23bee02ff0419b 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.5.1 2020.4
+v3.6.0 2021.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 d30a540eaa8ad09d1619d218c77ec6d3053e1190..dfc4adae7be6eeb2a65a1830fd23bee02ff0419b 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.5.1 2020.4
+v3.6.0 2021.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/schema.html b/biobb_common/docs/source/schema.html
index 7d77cf6425137ced52bfffe52f698a96fd80ae9a..a1c6fde9a015e5b6003d15647d8000f7f598eb5a 100644
--- a/biobb_common/docs/source/schema.html
+++ b/biobb_common/docs/source/schema.html
@@ -10,7 +10,7 @@
   "applicationSubCategory": "http://www.edamontology.org/topic_3892",
   "citation": "https://www.nature.com/articles/s41597-019-0177-4",
   "license": "https://www.apache.org/licenses/LICENSE-2.0",
-  "softwareVersion": "2.0.1",
+  "softwareVersion": "3.6.0",
   "applicationSuite": "BioBB BioExcel Building Blocks",
   "codeRepository": "https://github.com/bioexcel/biobb_common",
   "isAccessibleForFree": "True",
diff --git a/biobb_common/json_schemas/biobb_common.json b/biobb_common/json_schemas/biobb_common.json
index bc7d1edbdb54cbf6e9a787d60b843b8a6be19415..1e7d52c2dab7b8a85061e9211bc9f5fcc03c741c 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/biocontainers/biobb_common",
     "singularity": "https://www.singularity-hub.org/collections/2734/usage",
-    "version": "3.5.1",
+    "version": "3.6.0",
     "tools" : [
         {
             "block" : "",
@@ -15,14 +15,14 @@
         }
     ],
     "dep_pypi" : [
-        "install_requires=['pyyaml', 'requests', 'biopython==1.78']",
+        "install_requires=['pyyaml', 'requests', 'biopython==1.79']",
         "python_requires='==3.7.*'"
     ],
     "dep_conda" : [
         "python ==3.7.*",
         "pyyaml",
         "requests",
-        "biopython ==1.78"
+        "biopython ==1.79"
     ],
     "keywords" : [
         "common"
diff --git a/setup.py b/setup.py
index 63907654b9f59e70eb4e8c1099238f6ea90a5d65..2d97b8856f592092ca5f4c2cd1412b1644f40e2e 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.5.1",
+    version="3.6.0",
     author="Biobb developers",
     author_email="pau.andrio@bsc.es",
     description="Biobb_common is the base package required to use the biobb packages.",