From c2f4a8783bfc74d215f6108f8d11e8458a833108 Mon Sep 17 00:00:00 2001
From: Pau Andrio <andriopau@gmail.com>
Date: Tue, 14 May 2019 09:16:16 +0200
Subject: [PATCH] May 2019 Release

---
 README.md                          | 2 +-
 biobb_common/docs/source/readme.md | 8 ++++++--
 setup.py                           | 2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index eec5be4..258da44 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
-v0.1.5 April 2019 Release
+v1.1.6 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 c787009..258da44 100644
--- a/biobb_common/docs/source/readme.md
+++ b/biobb_common/docs/source/readme.md
@@ -1,4 +1,8 @@
-[![Documentation Status](https://readthedocs.org/projects/biobb-common/badge/?version=latest)](https://biobb-common.readthedocs.io/en/latest/?badge=latest)
+[![](https://readthedocs.org/projects/biobb-common/badge/?version=latest)](https://biobb-common.readthedocs.io/en/latest/?badge=latest)
+[![](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/biobb_common/README.html)
+[![](https://quay.io/repository/biocontainers/biobb_common/status)](https://quay.io/repository/biocontainers/biobb_common)
+[![](https://www.singularity-hub.org/static/img/hosted-singularity--hub-%23e32929.svg)](https://singularity-hub.org/collections/2734)
+[![](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
 
 
 # biobb_common
@@ -13,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
-v0.1.5 April 2019 Release
+v1.1.6 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 e3a4037..420f5f9 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.5",
+    version="1.1.6",
     author="Biobb developers",
     author_email="pau.andrio@bsc.es",
     description="Biobb_common is the base package required to use the biobb packages.",
-- 
GitLab