Skip to content

Commit

Permalink
Change release name to 0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Pedregosa committed Mar 2, 2011
1 parent 826a325 commit 08a914d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scikits/learn/__init__.py
Expand Up @@ -42,4 +42,4 @@ def test(self, label='fast', verbose=1, extra_argv=['--exe'],
'pca', 'pipeline', 'preprocessing', 'qda', 'svm', 'test',
'clone']

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

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

0 comments on commit 08a914d

Please sign in to comment.