diff --git a/README.rst b/README.rst index 8b32c81..e94ac2e 100644 --- a/README.rst +++ b/README.rst @@ -10,7 +10,7 @@ Data found in this repository are licensed under the UK's Open Government Licenc Documentation, example and data license --------------------------------------- - |copy| British Crown copyright, 2012. + |copy| British Crown copyright, 2018. You may use and re-use the information featured in this repository (not including logos) free of charge in any format or medium, under the terms of the diff --git a/iris_sample_data/__init__.py b/iris_sample_data/__init__.py index fe55f11..7b9b2e9 100644 --- a/iris_sample_data/__init__.py +++ b/iris_sample_data/__init__.py @@ -4,7 +4,7 @@ # Iris sample data version. -__version__ = '2.1.0-dev' +__version__ = '2.1.0' # Root directory containing the iris sample data. path = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'sample_data')