Skip to content

Commit

Permalink
Update the version number and copyright date
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed May 24, 2024
1 parent c350b9a commit df95d80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions LICENSE.TXT
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Copyright (c) 2009-2022, SasView Developers

Copyright (c) 2009-2024, SasView Developers

All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion sasdata/__init__.py
Original file line number Diff line number Diff line change
@@ -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'))

0 comments on commit df95d80

Please sign in to comment.