diff --git a/README.md b/README.md index e992f4b9a94d73fad69a2ef5156f97916127d89c..8cbf1ed363dcd1bc342e3ab019aad8affc988761 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 -v1.1.6 April 2019 Release +v2.0.0 2019.4 ### 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)). @@ -28,4 +28,4 @@ This software has been developed in the [MMB group](http://mmb.irbbarcelona.org) Licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0), see the file LICENSE for details. - \ No newline at end of file + diff --git a/biobb_common/docs/source/readme.md b/biobb_common/docs/source/readme.md index e992f4b9a94d73fad69a2ef5156f97916127d89c..8cbf1ed363dcd1bc342e3ab019aad8affc988761 100644 --- a/biobb_common/docs/source/readme.md +++ b/biobb_common/docs/source/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 -v1.1.6 April 2019 Release +v2.0.0 2019.4 ### 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)). @@ -28,4 +28,4 @@ This software has been developed in the [MMB group](http://mmb.irbbarcelona.org) Licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0), see the file LICENSE for details. - \ No newline at end of file + diff --git a/setup.py b/setup.py index 420f5f9fd397ece690a285702a6c9f22a9ea26b0..de0cb575646b3d4b864fc1d11f81009b0d4c8702 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="biobb_common", - version="1.1.6", + version="2.0.0", author="Biobb developers", author_email="pau.andrio@bsc.es", description="Biobb_common is the base package required to use the biobb packages.",