From d8be2a718e84207bb3acf29e1113e5fde412dfd9 Mon Sep 17 00:00:00 2001 From: agstephens Date: Mon, 16 May 2016 10:48:22 +0100 Subject: [PATCH] Upgraded version to 0.1.6. --- pyesgf/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyesgf/__init__.py b/pyesgf/__init__.py index c597065..c454589 100644 --- a/pyesgf/__init__.py +++ b/pyesgf/__init__.py @@ -3,7 +3,7 @@ """ -__version__ = '0.1.3' +__version__ = '0.1.6' #!TODO: ResultFormatter class. process response json to specialise the result json. Default is None #!TODO: pipe results to new process. Command-line interface.