Skip to content

Commit

Permalink
2021.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PauAndrio committed Jun 28, 2021
1 parent acb749d commit 32222f6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
v3.5.1 2020.4
v3.6.0 2021.2

### 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 [823830](http://cordis.europa.eu/projects/823830), EU H2020 [675728](http://cordis.europa.eu/projects/675728)).
Expand Down
2 changes: 1 addition & 1 deletion biobb_common/docs/source/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
v3.5.1 2020.4
v3.6.0 2021.2

### 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 [823830](http://cordis.europa.eu/projects/823830), EU H2020 [675728](http://cordis.europa.eu/projects/675728)).
Expand Down
2 changes: 1 addition & 1 deletion biobb_common/docs/source/schema.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"applicationSubCategory": "http://www.edamontology.org/topic_3892",
"citation": "https://www.nature.com/articles/s41597-019-0177-4",
"license": "https://www.apache.org/licenses/LICENSE-2.0",
"softwareVersion": "2.0.1",
"softwareVersion": "3.6.0",
"applicationSuite": "BioBB BioExcel Building Blocks",
"codeRepository": "https://github.com/bioexcel/biobb_common",
"isAccessibleForFree": "True",
Expand Down
6 changes: 3 additions & 3 deletions biobb_common/json_schemas/biobb_common.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"conda": "https://anaconda.org/bioconda/biobb_common",
"docker": "https://quay.io/biocontainers/biobb_common",
"singularity": "https://www.singularity-hub.org/collections/2734/usage",
"version": "3.5.1",
"version": "3.6.0",
"tools" : [
{
"block" : "",
Expand All @@ -15,14 +15,14 @@
}
],
"dep_pypi" : [
"install_requires=['pyyaml', 'requests', 'biopython==1.78']",
"install_requires=['pyyaml', 'requests', 'biopython==1.79']",
"python_requires='==3.7.*'"
],
"dep_conda" : [
"python ==3.7.*",
"pyyaml",
"requests",
"biopython ==1.78"
"biopython ==1.79"
],
"keywords" : [
"common"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="biobb_common",
version="3.5.1",
version="3.6.0",
author="Biobb developers",
author_email="[email protected]",
description="Biobb_common is the base package required to use the biobb packages.",
Expand Down

0 comments on commit 32222f6

Please sign in to comment.