diff --git a/src/scitrack/__init__.py b/src/scitrack/__init__.py index 0d8b124..92c6abc 100644 --- a/src/scitrack/__init__.py +++ b/src/scitrack/__init__.py @@ -13,14 +13,7 @@ import sys from getpass import getuser -__author__ = "Gavin Huttley" -__copyright__ = "Copyright 2016-2021, Gavin Huttley" -__credits__ = ["Gavin Huttley"] -__license__ = "BSD" -__version__ = "2021.5.3" -__maintainer__ = "Gavin Huttley" -__email__ = "Gavin.Huttley@anu.edu.au" -__status__ = "Development" +__version__ = "2024.10.8" VERSION_ATTRS = ["__version__", "version", "VERSION"] diff --git a/tests/test_logging.py b/tests/test_logging.py index c688f88..a74fed1 100644 --- a/tests/test_logging.py +++ b/tests/test_logging.py @@ -13,14 +13,7 @@ get_version_for_package, ) -__author__ = "Gavin Huttley" -__copyright__ = "Copyright 2016-2021, Gavin Huttley" -__credits__ = ["Gavin Huttley"] -__license__ = "BSD" -__version__ = "2021.5.3" -__maintainer__ = "Gavin Huttley" -__email__ = "Gavin.Huttley@anu.edu.au" -__status__ = "Development" +__version__ = "2024.10.8" TEST_ROOTDIR = Path(__file__).parent