8000 Branching 0.15.X to prepare the 0.15.0b1 release · raghavrv/scikit-learn@bc8666f · GitHub
[go: up one dir, main page]

Skip to content

Commit bc8666f

Browse files
committed
Branching 0.15.X to prepare the 0.15.0b1 release
1 parent b16ffbb commit bc8666f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import sys
1616
import re
1717
import warnings
18-
__version__ = '0.15-git'
18+
__version__ = '0.15.0b1'
1919

2020
# Make sure that DeprecationWarning within this package always gets printed
2121
warnings.filterwarnings('always', category=DeprecationWarning,

0 commit comments

Comments
 (0)
0