diff --git a/lib/iris/__init__.py b/lib/iris/__init__.py index 0c9f358abc..598ae54943 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.1' +__version__ = '1.8.0-rc.2' # Restrict the names imported when using "from iris import *" __all__ = ['load', 'load_cube', 'load_cubes', 'load_raw',