From 5531779092ec42cc25e364136dd210f3f7ed3e03 Mon Sep 17 00:00:00 2001
From: Pau Andrio <andriopau@gmail.com>
Date: Thu, 11 Apr 2019 16:09:05 +0200
Subject: [PATCH] April 2019 Release

---
 README.md                          | 2 +-
 biobb_common/docs/source/readme.md | 2 +-
 setup.py                           | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index a4e8fbc..13700cf 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.3 April 2019 Release
+v0.1.4 April 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 a4e8fbc..13700cf 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.3 April 2019 Release
+v0.1.4 April 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 3724a6f..8d9ea62 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.3",
+    version="0.1.4",
     author="Biobb developers",
     author_email="pau.andrio@bsc.es",
     description="Biobb_common is the base package required to use the biobb packages.",
@@ -18,7 +18,7 @@ setuptools.setup(
         "Bioexcel": "https://bioexcel.eu/"
     },
     packages=setuptools.find_packages(exclude=['docs']),
-    install_requires=['pyyaml', 'requests', 'biopython>=1.73'],
+    install_requires=['pyyaml', 'requests', 'biopython==1.73'],
     python_requires='==3.6.*',
     classifiers=(
         "Development Status :: 3 - Alpha",
-- 
GitLab