From 675e90e85f0ffb779b0b84fe87d00e0af245d7be Mon Sep 17 00:00:00 2001 From: Fabian Pedregosa <fabian.pedregosa@inria.fr> Date: Fri, 30 Apr 2010 13:25:55 +0000 Subject: [PATCH] 0.3 Beta release git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@720 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8 --- doc/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 6cded8aaf3..cefca5dfe5 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -46,9 +46,9 @@ copyright = u'2010, scikits.learn developers' # built documents. # # The short X.Y version. -version = '0.3-SVN' +version = '0.3-beta' # The full version, including alpha/beta/rc tags. -release = '0.3-SVN' +release = '0.3-beta' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index d2a92fcc56..5da708374e 100644 --- a/setup.py +++ b/setup.py @@ -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-SVN' +VERSION = '0.3-beta' import setuptools # we are using a setuptools namespace from numpy.distutils.core import setup -- GitLab