From 54b5ad2f5ddfa12626c0d064ddb12d349c1e7b03 Mon Sep 17 00:00:00 2001 From: Duncan Watson-Parris Date: Mon, 24 Jan 2022 10:43:41 +0000 Subject: [PATCH] Bump version number --- cis/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cis/__init__.py b/cis/__init__.py index 826aad8d..9639967c 100644 --- a/cis/__init__.py +++ b/cis/__init__.py @@ -17,7 +17,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.7.3" +__version__ = "1.7.4" __status__ = "Stable" __website__ = "http://www.cistools.net/"