diff --git a/cis/__init__.py b/cis/__init__.py index 698757ae..43e3660e 100644 --- a/cis/__init__.py +++ b/cis/__init__.py @@ -22,7 +22,7 @@ """ __author__ = "David Michel, Daniel Wallis, Duncan Watson-Parris, Richard Wilkinson, Ian Bush, Matt Kendall, John Holt" __version__ = "1.3.2" -__status__ = "Dev" +__status__ = "Stable" __website__ = "http://www.cistools.net/" __all__ = ['read_data', 'read_data_list']