diff --git a/distiller/__init__.py b/distiller/__init__.py index a3213b564dea9d592068f5c2ef9f35fb92558e17..631ede8c62cdbc51cf8f3eb1f38e4afc6b84bad7 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.