Skip to content

Commit c701426

Browse files
authored
Bump version to 0.9.2.dev0
1 parent 9cc3811 commit c701426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skopt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
3030
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
3131
#
32-
__version__ = "0.9.1"
32+
__version__ = "0.9.2.dev0"
3333

3434
if __SKOPT_SETUP__:
3535
import sys

0 commit comments

Comments
 (0)