Skip to content

Commit

Permalink
0.5.rc3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Pedregosa committed Oct 6, 2010
1 parent 8a900a9 commit eba9984
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
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '0.5'
# The full version, including alpha/beta/rc tags.
release = '0.5-rc2'
release = '0.5-rc3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion scikits/learn/__init__.py
Expand Up @@ -46,5 +46,5 @@ def test(self, label='fast', verbose=1, extra_argv=['--exe'],
'logistic', 'lda', 'metrics', 'svm', 'features', 'clone',
'test']

__version__ = '0.5.rc2'
__version__ = '0.5.rc3'

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,7 +16,7 @@
URL = 'http://scikit-learn.sourceforge.net'
LICENSE = 'new BSD'
DOWNLOAD_URL = 'http://sourceforge.net/projects/scikit-learn/files/'
VERSION = '0.5-rc2'
VERSION = '0.5-rc3'

import setuptools # we are using a setuptools namespace
from numpy.distutils.core import setup
Expand Down

0 comments on commit eba9984

Please sign in to comment.