Skip to content

Commit

Permalink
Update version number and copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
ageiss2 committed Dec 19, 2024
1 parent e172f3e commit 3511dda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extrap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_load_cube_files.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 3511dda

Please sign in to comment.