diff --git a/weightwatcher/__init__.py b/weightwatcher/__init__.py index cb9f19a..cc97aff 100644 --- a/weightwatcher/__init__.py +++ b/weightwatcher/__init__.py @@ -14,7 +14,7 @@ from __future__ import division, print_function __name__ = "weightwatcher" -__version__ = "0.4.0" +__version__ = "0.4.1" __license__ = "Apache License, Version 2.0" __description__ = "Analyze weight matrices of Deep Neural Networks" __url__ = "https://calculationconsulting.com/"