diff --git a/reana_db/version.py b/reana_db/version.py index 1c8b27b..06eb7e6 100644 --- a/reana_db/version.py +++ b/reana_db/version.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of REANA. -# Copyright (C) 2018, 2019, 2020, 2021, 2022, 2023, 2024 CERN. +# Copyright (C) 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025 CERN. # # REANA is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. @@ -14,4 +14,4 @@ from __future__ import absolute_import, print_function -__version__ = "0.95.0a4" +__version__ = "0.95.0a5"