diff --git a/reframe/__init__.py b/reframe/__init__.py index 21dbdee9ca..0b8ca9bf78 100644 --- a/reframe/__init__.py +++ b/reframe/__init__.py @@ -6,7 +6,7 @@ import os import sys -VERSION = '3.12.0-dev.2' +VERSION = '3.12.0' INSTALL_PREFIX = os.path.normpath( os.path.abspath(os.path.join(os.path.dirname(__file__), '..')) )