File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- * V1.7.4dev
1
+ * V1.7.4
2
2
* extended run_and_get_stdout kernel function
3
3
* fixed problem in run_and_get_stdout (ValueError: I/O operation on closed file)
4
4
* fixed problem with --help or --get_api from kernel
Original file line number Diff line number Diff line change 10
10
# CK kernel - we made it monolithic with a minimal set
11
11
# of common functions for performance reasons
12
12
13
- __version__ = "1.7.4dev "
13
+ __version__ = "1.7.4 "
14
14
15
15
# Extra modules global for the whole kernel
16
16
import sys
Original file line number Diff line number Diff line change 10
10
11
11
setup (
12
12
name = 'ck' ,
13
- version = '1.7.4dev ' ,
13
+ version = '1.7.4 ' ,
14
14
url = 'https://github.com/ctuning/ck/wiki' ,
15
15
license = 'BSD 3-clause' ,
16
16
author = 'Grigori Fursin and non-profit cTuning foundation' ,
You can’t perform that action at this time.
0 commit comments