From 8a4bc2f03733e530591d6641f266a60670a373f1 Mon Sep 17 00:00:00 2001
From: Fabian Pedregosa <fabian.pedregosa@inria.fr>
Date: Mon, 3 May 2010 09:26:11 +0000
Subject: [PATCH] 0.3 release

git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@724 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 cefca5dfe5..022d919dd1 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-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.
diff --git a/setup.py b/setup.py
index 1a87612929..5e3b335d14 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-beta'
+VERSION             = '0.3'
 
 import setuptools # we are using a setuptools namespace
 from numpy.distutils.core import setup
-- 
GitLab