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

0.3 release

git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@724 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
parent 4125b934
No related branches found
No related tags found
No related merge requests found
......@@ -46,9 +46,9 @@ copyright = u'2010, scikits.learn developers'
# built documents.
#
# The short X.Y version.
version = '0.3-beta'
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.3-beta'
release = '0.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
......@@ -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.3-beta'
VERSION = '0.3'
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