Skip to content
Snippets Groups Projects
Commit e4c6b649 authored by Pau Andrio's avatar Pau Andrio
Browse files

Feb 2019 Release

parent d69a9659
No related branches found
No related tags found
No related merge requests found
Pipeline #15731 failed with stages
in 12 seconds
[![Documentation Status](https://readthedocs.org/projects/biobb-common/badge/?version=latest)](https://biobb-common.readthedocs.io/en/latest/?badge=latest) [![Documentation Status](https://readthedocs.org/projects/biobb-common/badge/?version=latest)](https://biobb-common.readthedocs.io/en/latest/?badge=latest)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/8e5c5537c6234bff958171e273471879)](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 # biobb_common
...@@ -13,15 +13,15 @@ The latest documentation of this package can be found in our readthedocs site: ...@@ -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/). [latest API documentation](http://biobb_common.readthedocs.io/en/latest/).
### Version ### Version
This software is in Alpha version. v0.1.0 February 2019 Release
### Copyright & Licensing ### Copyright & Licensing
This software has been developed in the MMB group (http://mmb.irbbarcelona.org) at the 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 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)). (EU H2020 [675728](http://cordis.europa.eu/projects/675728)).
* (c) 2015-2018 [Barcelona Supercomputing Center](https://www.bsc.es/) * (c) 2015-2019 [Barcelona Supercomputing Center](https://www.bsc.es/)
* (c) 2015-2018 [Institute for Research in Biomedicine](https://www.irbbarcelona.org/) * (c) 2015-2019 [Institute for Research in Biomedicine](https://www.irbbarcelona.org/)
Licensed under the Licensed under the
[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0), see the file [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0), see the file
......
...@@ -66,7 +66,7 @@ master_doc = 'index' ...@@ -66,7 +66,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'biobb_common' project = u'biobb_common'
copyright = u'2017, Bioexcel Project' copyright = u'2019, Bioexcel Project'
author = u'Bioexcel Project' author = u'Bioexcel Project'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
......
[![Documentation Status](https://readthedocs.org/projects/biobb-common/badge/?version=latest)](https://biobb-common.readthedocs.io/en/latest/?badge=latest) [![Documentation Status](https://readthedocs.org/projects/biobb-common/badge/?version=latest)](https://biobb-common.readthedocs.io/en/latest/?badge=latest)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/8e5c5537c6234bff958171e273471879)](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 # biobb_common
...@@ -13,15 +13,15 @@ The latest documentation of this package can be found in our readthedocs site: ...@@ -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/). [latest API documentation](http://biobb_common.readthedocs.io/en/latest/).
### Version ### Version
This software is in Alpha version. v0.1.0 February 2019 Release
### Copyright & Licensing ### Copyright & Licensing
This software has been developed in the MMB group (http://mmb.irbbarcelona.org) at the 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 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)). (EU H2020 [675728](http://cordis.europa.eu/projects/675728)).
* (c) 2015-2018 [Barcelona Supercomputing Center](https://www.bsc.es/) * (c) 2015-2019 [Barcelona Supercomputing Center](https://www.bsc.es/)
* (c) 2015-2018 [Institute for Research in Biomedicine](https://www.irbbarcelona.org/) * (c) 2015-2019 [Institute for Research in Biomedicine](https://www.irbbarcelona.org/)
Licensed under the Licensed under the
[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0), see the file [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0), see the file
......
...@@ -5,7 +5,7 @@ with open("README.md", "r") as fh: ...@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup( setuptools.setup(
name="biobb_common", name="biobb_common",
version="0.0.9", version="0.1.0",
author="Biobb developers", author="Biobb developers",
author_email="pau.andrio@bsc.es", author_email="pau.andrio@bsc.es",
description="Biobb_common is the base package required to use the biobb packages.", description="Biobb_common is the base package required to use the biobb packages.",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment