Skip to content

Commit 6058971

Browse files
author
Fabian Pedregosa
committed
0.5.rc2 release.
1 parent 1ef7288 commit 6058971

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
@@ -59,7 +59,7 @@
5959
# The short X.Y version.
6060
version = '0.5'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '0.5-rc'
62+
release = '0.5-rc2'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

scikits/learn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ def test(self, label='fast', verbose=1, extra_argv=['--exe'],
4646
'logistic', 'lda', 'metrics', 'svm', 'features', 'clone',
4747
'test']
4848

49-
__version__ = '0.5.rc'
49+
__version__ = '0.5.rc2'
5050

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
URL = 'http://scikit-learn.sourceforge.net'
1717
LICENSE = 'new BSD'
1818
DOWNLOAD_URL = 'http://sourceforge.net/projects/scikit-learn/files/'
19-
VERSION = '0.5-rc'
19+
VERSION = '0.5-rc2'
2020

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

0 commit comments

Comments
 (0)