Skip to content

Commit 211fb94

Browse files
authored
Merge pull request #175 from vkarak/enhancement/version-bump
Version bump
2 parents dc619c3 + 9fb4262 commit 211fb94

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

reframe/__init__.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
#
2-
# Sanity checks and modules environment setup
3-
#
4-
51
import sys
62

73

8-
VERSION = '2.10'
4+
VERSION = '2.11'
95
_required_pyver = (3, 5, 0)
106

117
# Check python version

0 commit comments

Comments
 (0)