From df95d8019106bbe8714c668fed93dbdc3e871fb7 Mon Sep 17 00:00:00 2001 From: krzywon Date: Fri, 24 May 2024 15:47:01 -0400 Subject: [PATCH] Update the version number and copyright date --- LICENSE.TXT | 3 +-- sasdata/__init__.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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'))