From 295da9a5e262f4e44de7a1d64f129ab5f4923068 Mon Sep 17 00:00:00 2001 From: Gavin Huttley Date: Tue, 8 Oct 2024 09:51:38 +1100 Subject: [PATCH] REL: bump version to 2024.10.8 --- src/scitrack/__init__.py | 9 +-------- tests/test_logging.py | 9 +-------- 2 files changed, 2 insertions(+), 16 deletions(-) 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