Skip to content

Commit

Permalink
Start of 0.10 development cycle.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Pedregosa committed Sep 20, 2011
1 parent 3e3872c commit 9748a50
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 @@ -70,7 +70,7 @@
# built documents.
#
# The short X.Y version.
version = '0.9'
version = '0.10'
# 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.9-git'
VERSION = '0.10-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 @@ -47,4 +47,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.9-git'
__version__ = '0.10-git'

0 comments on commit 9748a50

Please sign in to comment.