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 167e020 commit 0a9abd4Copy full SHA for 0a9abd4
reframe/__init__.py
@@ -2,7 +2,7 @@
2
import sys
3
4
5
-VERSION = '2.13-dev1'
+VERSION = '2.13'
6
INSTALL_PREFIX = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
7
MIN_PYTHON_VERSION = (3, 5, 0)
8
0 commit comments