diff --git a/README.md b/README.md index eec5be464fc25be296eea94180d3e436834c5367..258da44db7d95b538c05719cee005fe000b96e9a 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 c787009859827b4c1f6191798d86375244ee8dfe..258da44db7d95b538c05719cee005fe000b96e9a 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 e3a40378331c48ab1ae59e00c22357c0f4e87649..420f5f9fd397ece690a285702a6c9f22a9ea26b0 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.",