8000 Start of 0.11 development cycle. · nullstring/scikit-learn@4533aa3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4533aa3

Browse files
author
Fabian Pedregosa
committed
Start of 0.11 development cycle.
1 parent 895dc9c commit 4533aa3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
# built documents.
7474
#
7575
# The short X.Y version.
76-
version = '0.10'
76+
version = '0.11'
7777
# The full version, including alpha/beta/rc tags.
7878
import sklearn
7979
release = sklearn.__version__

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.10-git'
20+
VERSION = '0.11-git'
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
@@ -52,4 +52,4 @@ def test(self, label='fast', verbose=1, extra_argv=['--exe'],
5252
'metrics', 'mixture', 'naive_bayes', 'neighbors', 'pipeline',
5353
'preprocessing', 'qda', 'svm', 'test', 'clone', 'pls']
5454

55-
__version__ = '0.10-git'
55+
__version__ = '0.11-git'

0 commit comments

Comments
 (0)
0