Skip to content

Commit 30f3a58

Browse files
committed
1.6.7 - fixing chmod 755 for bin/ck
1 parent fa842ab commit 30f3a58

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* V1.6.7
2+
* fixing 755 for bin/ck (for PIP installation)
3+
14
* V1.6.6
25
* Fixing PIP problem (when adding new modules to CK)
36
* Removing debian description (will be separate to make non-native package)

ck/kernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
con_encoding='' # Use non-default console encoding
2121

2222
cfg={
23-
"version":["1", "6", "6"],
23+
"version":["1", "6", "7"],
2424

2525
"name":"Collective Knowledge",
2626
"desc":"exposing ad-hoc experimental setups to extensible repository and big data predictive analytics",

condarecipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: ck
3-
version: 1.6.6
3+
version: 1.6.7
44

55
source:
66
path: ..

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='ck',
12-
version='1.6.6',
12+
version='1.6.7',
1313
url='https://github.com/ctuning/ck/wiki',
1414
license='BSD 3-clause',
1515
author='Grigori Fursin and non-profit cTuning foundation',

0 commit comments

Comments
 (0)