Skip to content

Commit 02fac9c

Browse files
committed
[fix] potential ModuleNotFoundError, update version
1 parent 3c9911c commit 02fac9c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGE.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v0.0.7:
2+
* fix potential ModuleNotFoundError
3+
14
v0.0.6:
25
* add Item Response Theory with Expectation Maximization Optimization (EMIRT)
36

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='EduCDM',
11-
version='0.0.6',
11+
version='0.0.7',
1212
extras_require={
1313
'test': test_deps,
1414
},

0 commit comments

Comments
 (0)