diff --git a/README.md b/README.md index b8510c6a5240f768216162ab9f6818ad1a38c897..7eeda692b62df85a3f15d250ca47d43fc30ffa72 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [](https://biobb-common.readthedocs.io/en/latest/?badge=latest) -[](https://www.codacy.com/app/andriopau/biobb_common?utm_source=github.com&utm_medium=referral&utm_content=bioexcel/biobb_common&utm_campaign=Badge_Grade) + # biobb_common @@ -13,15 +13,15 @@ The latest documentation of this package can be found in our readthedocs site: [latest API documentation](http://biobb_common.readthedocs.io/en/latest/). ### Version -This software is in Alpha version. +v0.1.0 February 2019 Release ### 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 [675728](http://cordis.europa.eu/projects/675728)). -* (c) 2015-2018 [Barcelona Supercomputing Center](https://www.bsc.es/) -* (c) 2015-2018 [Institute for Research in Biomedicine](https://www.irbbarcelona.org/) +* (c) 2015-2019 [Barcelona Supercomputing Center](https://www.bsc.es/) +* (c) 2015-2019 [Institute for Research in Biomedicine](https://www.irbbarcelona.org/) Licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0), see the file diff --git a/biobb_common/docs/source/conf.py b/biobb_common/docs/source/conf.py index 07ae65514f22c77ff49b6483ad18f958286c886b..a85a9824296a0f870287e1ec8e51186b93c3270f 100644 --- a/biobb_common/docs/source/conf.py +++ b/biobb_common/docs/source/conf.py @@ -66,7 +66,7 @@ master_doc = 'index' # General information about the project. project = u'biobb_common' -copyright = u'2017, Bioexcel Project' +copyright = u'2019, Bioexcel Project' author = u'Bioexcel Project' # The version info for the project you're documenting, acts as replacement for diff --git a/biobb_common/docs/source/readme.md b/biobb_common/docs/source/readme.md index b8510c6a5240f768216162ab9f6818ad1a38c897..7eeda692b62df85a3f15d250ca47d43fc30ffa72 100644 --- a/biobb_common/docs/source/readme.md +++ b/biobb_common/docs/source/readme.md @@ -1,5 +1,5 @@ [](https://biobb-common.readthedocs.io/en/latest/?badge=latest) -[](https://www.codacy.com/app/andriopau/biobb_common?utm_source=github.com&utm_medium=referral&utm_content=bioexcel/biobb_common&utm_campaign=Badge_Grade) + # biobb_common @@ -13,15 +13,15 @@ The latest documentation of this package can be found in our readthedocs site: [latest API documentation](http://biobb_common.readthedocs.io/en/latest/). ### Version -This software is in Alpha version. +v0.1.0 February 2019 Release ### 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 [675728](http://cordis.europa.eu/projects/675728)). -* (c) 2015-2018 [Barcelona Supercomputing Center](https://www.bsc.es/) -* (c) 2015-2018 [Institute for Research in Biomedicine](https://www.irbbarcelona.org/) +* (c) 2015-2019 [Barcelona Supercomputing Center](https://www.bsc.es/) +* (c) 2015-2019 [Institute for Research in Biomedicine](https://www.irbbarcelona.org/) Licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0), see the file diff --git a/setup.py b/setup.py index 3c5ebb7fdf02c9db7b978d78c28e8ecaa84d636f..f283c4502a058876dd69434d152441faef90e2d0 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.0.9", + version="0.1.0", author="Biobb developers", author_email="pau.andrio@bsc.es", description="Biobb_common is the base package required to use the biobb packages.",