From 066a40f1a6dafff6d8f1a0a980c585030006b937 Mon Sep 17 00:00:00 2001 From: Andrew Dawson Date: Wed, 28 Sep 2016 15:09:05 +0100 Subject: [PATCH] Update version number on master --- 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 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',