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 @@ -[](https://biobb-common.readthedocs.io/en/latest/?badge=latest) +[](https://biobb-common.readthedocs.io/en/latest/?badge=latest) +[](http://bioconda.github.io/recipes/biobb_common/README.html) +[](https://quay.io/repository/biocontainers/biobb_common) +[](https://singularity-hub.org/collections/2734) +[](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