From 5cabce06d690a192a5f14adf05e361c3f53c02b5 Mon Sep 17 00:00:00 2001 From: Charles H Martin Date: Wed, 5 Jun 2019 16:18:24 -0700 Subject: [PATCH] Release: version 0.1.2 --- weightwatcher/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/"