From fa4328cda6b39b231c9be3132d3182da45684ecb Mon Sep 17 00:00:00 2001 From: Duncan Watson-Parris Date: Fri, 24 Jul 2015 09:36:34 +0100 Subject: [PATCH] Updated version number --- cis/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cis/__init__.py b/cis/__init__.py index 8345cf4d..68d0e926 100644 --- a/cis/__init__.py +++ b/cis/__init__.py @@ -1,5 +1,5 @@ __author__ = "David Michel, Daniel Wallis, Duncan Watson-Parris, Richard Wilkinson, Ian Bush, Matt Kendall, John Holt" -__version__ = "1.1.1" +__version__ = "1.1.2" __status__ = "Stable" __website__ = "http://proj.badc.rl.ac.uk/cedaservices/wiki/JASMIN/CommunityIntercomparisonSuite"