We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc490b0 commit ec92346Copy full SHA for ec92346
reframe/__init__.py
@@ -7,7 +7,7 @@
7
import sys
8
9
10
-VERSION = '3.0-dev7'
+VERSION = '3.0'
11
INSTALL_PREFIX = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
12
MIN_PYTHON_VERSION = (3, 6, 0)
13
0 commit comments