We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c9911c commit 02fac9cCopy full SHA for 02fac9c
CHANGE.txt
@@ -1,3 +1,6 @@
1
+v0.0.7:
2
+ * fix potential ModuleNotFoundError
3
+
4
v0.0.6:
5
* add Item Response Theory with Expectation Maximization Optimization (EMIRT)
6
setup.py
@@ -8,7 +8,7 @@
8
9
setup(
10
name='EduCDM',
11
- version='0.0.6',
+ version='0.0.7',
12
extras_require={
13
'test': test_deps,
14
},
0 commit comments