Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
Start of 0.11 development cycle.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Pedregosa committed Jan 10, 2012
1 parent 895dc9c commit 4533aa3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
# built documents.
#
# The short X.Y version.
version = '0.10'
version = '0.11'
# The full version, including alpha/beta/rc tags.
import sklearn
release = sklearn.__version__
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
URL = 'http://scikit-learn.sourceforge.net'
LICENSE = 'new BSD'
DOWNLOAD_URL = 'http://sourceforge.net/projects/scikit-learn/files/'
VERSION = '0.10-git'
VERSION = '0.11-git'

import setuptools # we are using a setuptools namespace
from numpy.distutils.core import setup
Expand Down
2 changes: 1 addition & 1 deletion sklearn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ def test(self, label='fast', verbose=1, extra_argv=['--exe'],
'metrics', 'mixture', 'naive_bayes', 'neighbors', 'pipeline',
'preprocessing', 'qda', 'svm', 'test', 'clone', 'pls']

__version__ = '0.10-git'
__version__ = '0.11-git'

0 comments on commit 4533aa3

Please sign in to comment.