From 2630cd195e7aeb1cdad18f239a5546381e1529c6 Mon Sep 17 00:00:00 2001
From: Neta Zmora <31280975+nzmora@users.noreply.github.com>
Date: Mon, 25 Jun 2018 15:03:15 +0300
Subject: [PATCH] Changed the version from: "0.2.0-pre" to "0.2.0"

---
 distiller/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distiller/__init__.py b/distiller/__init__.py
index a3213b5..631ede8 100755
--- a/distiller/__init__.py
+++ b/distiller/__init__.py
@@ -35,7 +35,7 @@ del thinning
 #del policy
 
 # Distiller version
-__version__ = "0.2.0-pre"
+__version__ = "0.2.0"
 
 def model_find_param_name(model, param_to_find):
     """Look up the name of a model parameter.
-- 
GitLab