Skip to content

Commit 801a2a3

Browse files
bug fix for 0.4.2
1 parent 8caf232 commit 801a2a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weightwatcher/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from __future__ import division, print_function
1515

1616
__name__ = "weightwatcher"
17-
__version__ = "0.4.1"
17+
__version__ = "0.4.2"
1818
__license__ = "Apache License, Version 2.0"
1919
__description__ = "Analyze weight matrices of Deep Neural Networks"
2020
__url__ = "https://calculationconsulting.com/"

0 commit comments

Comments
 (0)