From 08a914dade39f0ee29b2e6b65c3127d3bfec35b6 Mon Sep 17 00:00:00 2001 From: Fabian Pedregosa <fabian.pedregosa@inria.fr> Date: Wed, 2 Mar 2011 14:00:55 +0100 Subject: [PATCH] Change release name to 0.7. --- scikits/learn/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scikits/learn/__init__.py b/scikits/learn/__init__.py index 48d38a4e94..0684bcf0bd 100644 --- a/scikits/learn/__init__.py +++ b/scikits/learn/__init__.py @@ -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' diff --git a/setup.py b/setup.py index e4ee8869ec..b50445f3b2 100644 --- a/setup.py +++ b/setup.py @@ -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 -- GitLab