diff --git a/weightwatcher/__init__.py b/weightwatcher/__init__.py index d249455..3e43ace 100644 --- a/weightwatcher/__init__.py +++ b/weightwatcher/__init__.py @@ -15,7 +15,7 @@ from __future__ import division, print_function __name__ = "WeightWatcher" -__version__ = "0.1.2-dev" +__version__ = "0.1.2" __license__ = "Apache License, Version 2.0" __description__ = "Analyze weight matrices of Deep Neural Networks" __url__ = "https://calculationconsulting.com/"