8000 0.8.1 release. · nullstring/scikit-learn@cf5c72e · GitHub
[go: up one dir, main page]

Skip to content

Commit cf5c72e

Browse files
author
Fabian Pedregosa
committed
0.8.1 release.
1 parent f96263a commit cf5c72e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scikits/learn/__init__.py

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

44-
__version__ = '0.8'
44+
__version__ = '0.8.1'

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.8'
20+
VERSION = '0.8.1'
2121

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

0 commit comments

Comments
 (0)
0