Skip to content

Commit a2c1901

Browse files
authored
dev version (mlcommons#1415)
2 parents d0e1db5 + ec602a6 commit a2c1901

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test-cmx.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,3 @@ jobs:
4949
cd && cmx add repo my-test-repo
5050
cmx add script my-test-repo:my-test-script --tags=test,script
5151
cd $HOME/CM/repos/my-test-repo && cmx add script .:my-test-script2 --tags=test2,script
52-

cm/cmind/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# White paper: https://arxiv.org/abs/2406.16791
1010
# Project contributors: https://github.com/mlcommons/ck/blob/master/CONTRIBUTING.md
1111

12-
__version__ = "4.1.4"
12+
__version__ = "4.1.4.1"
1313

1414
from cmind.core import access
1515
from cmind.core import x

0 commit comments

Comments
 (0)