diff --git a/scikits/learn/__init__.py b/scikits/learn/__init__.py index 0684bcf0bdef40bc8ac464f32f534b9ce8d14b1a..4638dbb41f42ec15db2a55c41b29f2a2e88e82bc 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' +__version__ = '0.7.1' diff --git a/setup.py b/setup.py index b50445f3b2ad26cdd66488b6e94eba2f2d6c947d..3c11483ca0be1423e63a0101fc3fa3b593f8f11a 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' +VERSION = '0.7.1' import setuptools # we are using a setuptools namespace from numpy.distutils.core import setup