From 92c7822b9d89a9836df3530fcdea5eb0939d8384 Mon Sep 17 00:00:00 2001 From: Neta Zmora <31280975+nzmora@users.noreply.github.com> Date: Mon, 1 Apr 2019 17:46:52 +0300 Subject: [PATCH] change version to 0.3.1 --- distiller/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distiller/__init__.py b/distiller/__init__.py index 7fac32e..7947f31 100755 --- a/distiller/__init__.py +++ b/distiller/__init__.py @@ -31,7 +31,7 @@ del dict_config del thinning # Distiller version -__version__ = "0.3.0-pre" +__version__ = "0.3.1" def model_find_param_name(model, param_to_find): -- GitLab