Skip to content

Commit

Permalink
[fix] potential ModuleNotFoundError, update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tswsxk committed May 24, 2021
1 parent 3c9911c commit 02fac9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGE.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v0.0.7:
* fix potential ModuleNotFoundError

v0.0.6:
* add Item Response Theory with Expectation Maximization Optimization (EMIRT)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='EduCDM',
version='0.0.6',
version='0.0.7',
extras_require={
'test': test_deps,
},
Expand Down

0 comments on commit 02fac9c

Please sign in to comment.