From 3511dda6dad05f530ce25f71f4ad54b7851fcab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Gei=C3=9F?= Date: Thu, 19 Dec 2024 15:17:48 +0100 Subject: [PATCH] Update version number and copyright --- extrap/__init__.py | 2 +- tests/test_load_cube_files.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extrap/__init__.py b/extrap/__init__.py index cb65894..e3d7793 100644 --- a/extrap/__init__.py +++ b/extrap/__init__.py @@ -6,7 +6,7 @@ # See the LICENSE file in the base directory for details. __title__ = "Extra-P" -__version__ = "4.2.2" +__version__ = "4.2.3" __description__ = "Extra-P, automated performance modeling for HPC applications" __copyright__ = "Copyright (c) 2020-2024 Technical University of Darmstadt, Darmstadt, Germany" __documentation_link__ = f"https://github.com/extra-p/extrap/tree/v{__version__}/docs" diff --git a/tests/test_load_cube_files.py b/tests/test_load_cube_files.py index 1f5a0a5..63d1508 100644 --- a/tests/test_load_cube_files.py +++ b/tests/test_load_cube_files.py @@ -1,6 +1,6 @@ # This file is part of the Extra-P software (http://www.scalasca.org/software/extra-p) # -# Copyright (c) 2020-2023, Technical University of Darmstadt, Germany +# Copyright (c) 2020-2024, Technical University of Darmstadt, Germany # # This software may be modified and distributed under the terms of a BSD-style license. # See the LICENSE file in the base directory for details.