From 370213a00f51b3b28a53863df7eb52f26d0cf649 Mon Sep 17 00:00:00 2001 From: Vasileios Karakasis Date: Tue, 26 Mar 2024 21:31:27 +0100 Subject: [PATCH] Bump patch level --- reframe/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reframe/__init__.py b/reframe/__init__.py index 8f29d53fe9..7535688981 100644 --- a/reframe/__init__.py +++ b/reframe/__init__.py @@ -6,7 +6,7 @@ import os import sys -VERSION = '4.5.1' +VERSION = '4.5.2' INSTALL_PREFIX = os.path.normpath( os.path.abspath(os.path.join(os.path.dirname(__file__), '..')) )