From cc38b8430d57e0b4f9b8710ef75ca2ece845f9c7 Mon Sep 17 00:00:00 2001 From: Vasileios Karakasis Date: Wed, 8 Nov 2023 22:33:22 +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 b8a285e96a..bf695e122e 100644 --- a/reframe/__init__.py +++ b/reframe/__init__.py @@ -6,7 +6,7 @@ import os import sys -VERSION = '4.4.0' +VERSION = '4.4.1' INSTALL_PREFIX = os.path.normpath( os.path.abspath(os.path.join(os.path.dirname(__file__), '..')) )