8000 REL: 0.14a1 Release candidate for 0.14 · rasbt/scikit-learn@fc0b766 · GitHub
[go: up one dir, main page]

Skip to content

Commit fc0b766

Browse files
committed
REL: 0.14a1 Release candidate for 0.14
1 parent 89011e3 commit fc0b766

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
@@ -13,7 +13,7 @@
1313
See http://scikit-learn.org for complete documentation.
1414
"""
1515
import sys
16-
__version__ = '0.14-git'
16+
__version__ = '0.14a1'
1717

1818
try:
1919
# This variable is injected in the __builtins__ by the build

0 commit comments

Comments
 (0)
0