diff --git a/scikits/learn/__init__.py b/scikits/learn/__init__.py index 48d38a4e94502433875d16d41b46870eb6e215c5..0684bcf0bdef40bc8ac464f32f534b9ce8d14b1a 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 e4ee8869ecc75731ac5d58f160b72cf863d301af..b50445f3b2ad26cdd66488b6e94eba2f2d6c947d 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