diff --git a/skopt/__init__.py b/skopt/__init__.py index 1c481167..f61c794c 100644 --- a/skopt/__init__.py +++ b/skopt/__init__.py @@ -29,7 +29,7 @@ # Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer. # 'X.Y.dev0' is the canonical version of 'X.Y.dev' # -__version__ = "0.9.2.dev0" +__version__ = "0.9.2" if __SKOPT_SETUP__: import sys