diff --git a/LICENSE.TXT b/LICENSE.TXT index a2f0710..79f11e1 100644 --- a/LICENSE.TXT +++ b/LICENSE.TXT @@ -1,5 +1,4 @@ -Copyright (c) 2009-2022, SasView Developers - +Copyright (c) 2009-2024, SasView Developers All rights reserved. diff --git a/sasdata/__init__.py b/sasdata/__init__.py index e2f8c43..e573ddb 100644 --- a/sasdata/__init__.py +++ b/sasdata/__init__.py @@ -1,7 +1,7 @@ import os from pathlib import Path -__version__ = "0.8.1" +__version__ = "0.9.0" # An importable path to the example data to data_path: Path = Path(os.path.join(Path(os.path.dirname(__file__)), 'example_data'))