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.3dev
1
+ * V1.7.3
2
2
* fixed rare bug when 'return' is non-integer in remote CK access (such as during crowd-tuning and crowd-testing)
3
3
* fixed copying to clipboard on Windows
4
4
* fixed __init__.py when using CK from scripts/ipython/jupyter (calling init())
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.3dev "
13
+ __version__ = "1.7.3 "
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.3dev ' ,
13
+ version = '1.7.3 ' ,
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