From 9416d7d07f7f3a20f7c592e03f227972baeaf77c Mon Sep 17 00:00:00 2001 From: Duncan Watson-Parris Date: Sun, 18 Oct 2015 17:11:08 +0100 Subject: [PATCH] Updating version string --- cis/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cis/__init__.py b/cis/__init__.py index a332c3e4..79866107 100644 --- a/cis/__init__.py +++ b/cis/__init__.py @@ -21,7 +21,7 @@ ungridded, but not a mix. For ungridded data lists it is assumed that all objects share the same coordinates. """ __author__ = "David Michel, Daniel Wallis, Duncan Watson-Parris, Richard Wilkinson, Ian Bush, Matt Kendall, John Holt" -__version__ = "1.2.0" +__version__ = "1.2.1" __status__ = "Stable" __website__ = "http://www.cistools.net/"