From 3c89cc025546433961764b8113f0ea7f68a16da4 Mon Sep 17 00:00:00 2001 From: Phil Elson Date: Wed, 14 Feb 2018 16:51:45 +0000 Subject: [PATCH] =?UTF-8?q?Release=20of=20iris=20v2.0.0=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 e7685764aa..bee2fec343 100644 --- a/lib/iris/__init__.py +++ b/lib/iris/__init__.py @@ -121,7 +121,7 @@ def callback(cube, field, filename): # Iris revision. -__version__ = '2.0.0rc2.dev0' +__version__ = '2.0.0' # Restrict the names imported when using "from iris import *" __all__ = ['load', 'load_cube', 'load_cubes', 'load_raw',