From f15586e3e24a3135cc5f30c88b37a28e40e409c2 Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Wed, 3 May 2017 20:51:28 +0200 Subject: [PATCH] Release v0.7.4 --- pronto/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pronto/__init__.py b/pronto/__init__.py index 1428a88..827cc1e 100644 --- a/pronto/__init__.py +++ b/pronto/__init__.py @@ -8,7 +8,7 @@ from __future__ import absolute_import __all__ = ["Ontology", "Term", "TermList", "Relationship"] -__version__='0.7.3' +__version__='0.7.4' __author__='Martin Larralde' __author_email__ = 'martin.larralde@ens-cachan.fr'