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