diff --git a/distiller/__init__.py b/distiller/__init__.py index 7fac32e98e003ab7ae6b028d6a416e754a7a5690..7947f31cac8cd78542080a2c1c92bf279aa9fdb9 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):