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

0.4 release.

parent d85c81d6
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ copyright = u'2010, scikits.learn developers'
# The short X.Y version.
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = '0.4-git'
release = '0.4'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
......@@ -107,11 +107,6 @@ development
User guide
======================
.. warning::
This documentation is relative to the development version,
documentation for the stable version can be found `here
<http://scikit-learn.sourceforge.net/old_doc/>`_
.. toctree::
:maxdepth: 3
......
"""
Machine Learning module for python.
"""
__version__ = '0.4-git'
__version__ = '0.4'
......@@ -18,7 +18,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.4-git'
VERSION = '0.4'
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