From 138c1ff187981df18c918b92213f7a8ceb9a115c Mon Sep 17 00:00:00 2001 From: marqh Date: Tue, 14 Apr 2015 10:07:33 +0000 Subject: [PATCH] version --- lib/iris/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/iris/__init__.py b/lib/iris/__init__.py index 598ae54943..90b38e9b20 100644 --- a/lib/iris/__init__.py +++ b/lib/iris/__init__.py @@ -111,7 +111,7 @@ def callback(cube, field, filename): # Iris revision. -__version__ = '1.8.0-rc.2' +__version__ = '1.8.0' # Restrict the names imported when using "from iris import *" __all__ = ['load', 'load_cube', 'load_cubes', 'load_raw',