From a0a17d4a60ded379f3e3bd8d9af35d53fe5a4eea Mon Sep 17 00:00:00 2001 From: Pau Andrio <andriopau@gmail.com> Date: Mon, 4 Feb 2019 11:30:17 +0100 Subject: [PATCH] Feb 2019 Release --- README.md | 2 +- biobb_common/docs/source/readme.md | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 24d70dc..f208e5f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,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.1 February 2019 Release +v0.1.2 February 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 24d70dc..f208e5f 100644 --- a/biobb_common/docs/source/readme.md +++ b/biobb_common/docs/source/readme.md @@ -13,7 +13,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.1 February 2019 Release +v0.1.2 February 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 85d0839..70fbc73 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.1", + version="0.1.2", author="Biobb developers", author_email="pau.andrio@bsc.es", description="Biobb_common is the base package required to use the biobb packages.", -- GitLab