Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 18382c3

Browse files
author
Fabian Pedregosa
committed
0.9 release
1 parent 906b00d commit 18382c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
URL = 'http://scikit-learn.sourceforge.net'
1818
LICENSE = 'new BSD'
1919
DOWNLOAD_URL = 'http://sourceforge.net/projects/scikit-learn/files/'
20-
VERSION = '0.9-git'
20+
VERSION = '0.9'
2121

2222
import setuptools # we are using a setuptools namespace
2323
from numpy.distutils.core import setup

sklearn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ def test(self, label='fast', verbose=1, extra_argv=['--exe'],
4747
'metrics', 'mixture', 'naive_bayes', 'neighbors', 'pipeline',
4848
'preprocessing', 'qda', 'svm', 'test', 'clone', 'pls']
4949

50-
__version__ = '0.9-git'
50+
__version__ = '0.9'

0 commit comments

Comments
 (0)