We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c701426 commit 82cff82Copy full SHA for 82cff82
skopt/__init__.py
@@ -29,7 +29,7 @@
29
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
30
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
31
#
32
-__version__ = "0.9.2.dev0"
+__version__ = "0.9.2"
33
34
if __SKOPT_SETUP__:
35
import sys
0 commit comments