Skip to content
Snippets Groups Projects
Commit 08a914da authored by Fabian Pedregosa's avatar Fabian Pedregosa
Browse files

Change release name to 0.7.

parent 826a3259
Branches
Tags
No related merge requests found
......@@ -42,4 +42,4 @@ __all__ = ['cross_val', 'ball_tree', 'cluster', 'covariance', 'datasets',
'pca', 'pipeline', 'preprocessing', 'qda', 'svm', 'test',
'clone']
__version__ = '0.7.git'
__version__ = '0.7'
......@@ -15,7 +15,7 @@ MAINTAINER_EMAIL = 'fabian.pedregosa@inria.fr'
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment