diff --git a/README.md b/README.md
index 13700cf0a55409607c7421d936167579bb634a4e..c787009859827b4c1f6191798d86375244ee8dfe 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,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
-v0.1.4 April 2019 Release
+v0.1.5 April 2019 Release
 
 ### Copyright & Licensing
 This software has been developed in the MMB group (http://mmb.irbbarcelona.org) at the
diff --git a/biobb_common/docs/source/readme.md b/biobb_common/docs/source/readme.md
index 13700cf0a55409607c7421d936167579bb634a4e..c787009859827b4c1f6191798d86375244ee8dfe 100644
--- a/biobb_common/docs/source/readme.md
+++ b/biobb_common/docs/source/readme.md
@@ -13,7 +13,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
-v0.1.4 April 2019 Release
+v0.1.5 April 2019 Release
 
 ### Copyright & Licensing
 This software has been developed in the MMB group (http://mmb.irbbarcelona.org) at the
diff --git a/setup.py b/setup.py
index 8d9ea62cd6ec199973709bc4b83d8da8f07b3f6e..e3a40378331c48ab1ae59e00c22357c0f4e87649 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
 
 setuptools.setup(
     name="biobb_common",
-    version="0.1.4",
+    version="0.1.5",
     author="Biobb developers",
     author_email="pau.andrio@bsc.es",
     description="Biobb_common is the base package required to use the biobb packages.",