diff --git a/lib/iris/__init__.py b/lib/iris/__init__.py index 351810ab76..38e257dc0c 100644 --- a/lib/iris/__init__.py +++ b/lib/iris/__init__.py @@ -122,7 +122,7 @@ def callback(cube, field, filename): # Iris revision. -__version__ = '1.10.0-DEV' +__version__ = '1.11.0-DEV' # Restrict the names imported when using "from iris import *" __all__ = ['load', 'load_cube', 'load_cubes', 'load_raw',